Skip to content

Commit

Permalink
Fix CLI readme to run server in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
brousalis committed May 27, 2016
1 parent f8a00a6 commit 76161d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/general/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ available on the entire world. Useful for testing on different devices in differ
$ npm run pagespeed
```

With the remote server running (i.e. while `$ npm run start` is running in
With the remote server running (i.e. while `$ npm run start:prod` is running in
another terminal session), enter this command to run Google PageSpeed Insights
and get a performance check right in your terminal!

Expand Down Expand Up @@ -175,3 +175,4 @@ $ npm run lint:css
```

Only lints your CSS.

0 comments on commit 76161d4

Please sign in to comment.