diff --git a/README.md b/README.md index a91ffcb..27ae2f4 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/): @@ -40,7 +40,7 @@ npm run minify && npm start npm run nodemon ``` -Nodemon will automatically minify files and restart the app when you make changes. Check out the `nodemon.json` configuration. +Nodemon will automatically minify and bundle files and restart the app when you make changes. Check out the `nodemon.json` configuration. ## Contributing