diff --git a/README.md b/README.md index a91ffcb..ac3fe5f 100644 --- a/README.md +++ b/README.md @@ -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/):