Skip to content

Commit

Permalink
Better note: double dashes are required
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel authored Dec 11, 2016
1 parent aec44db commit 90d8ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ in release (production) mode:
```shell
$ npm start -- --release
```
*NOTE: double dashes are required*


### How to Build, Test, Deploy

Expand All @@ -105,11 +107,12 @@ If you need just to build the app (without running a dev server), simply run:
$ npm run build
```

or, for a production build (NOTE: double dashes are required):
or, for a production build:

```shell
$ npm run build -- --release
```
*NOTE: double dashes are required*

After running this command, the `/build` folder will contain the compiled
version of the app. For example, you can launch Node.js server normally by
Expand Down

0 comments on commit 90d8ebb

Please sign in to comment.