From 4cc69d985ee6427fe297535d7cb18ec944a2c41a Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Fri, 12 Aug 2016 09:58:09 -0400 Subject: add new commands to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afe55ba..b8903c7 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,11 @@ We use [ecosystem-docs](https://github.com/hughsk/ecosystem-docs) to get documen All the npm commands * `npm run deploy`: build and deploy to github -* `npm run build:deploy`: build full html pages for deployment -* `npm run build:local`: build app for local viewing +* `npm run build:deploy`: build full html pages & css for deployment +* `npm run build:local`: build app & css for local viewing * `npm start`: start budo server to view locally +* `npm run build:css`: build css, runs with both build commands +* `npm run watch:css`: watch css live and build:local with changes * `npm update`: run both update commands * `npm run update:list` updates the repository list only * `npm run update:build` downloads the latest readme to the docs folder. -- cgit v1.2.3