From 79b64e8e73998523b49ac9e100b4b2d6006fd126 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 22 Aug 2017 20:52:48 -0400 Subject: [PATCH] Fixed usage instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/):