Fixed usage instructions

master
Keith Irwin 2017-08-22 20:52:48 -04:00
parent 88d237fe2b
commit 79b64e8e73
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Then edit `config/env/local-config.js` to match your local environment.
Run Tracman with npm:
```sh
npm run minify && npm start
(npm run minify & npm run build) && npm start
```
...or with [nodemon](https://nodemon.io/):