Skip to content

Commit

Permalink
added new start and build scripts #25
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Lepage <guylepage3@gmail.com>
  • Loading branch information
guylepage3 committed Aug 26, 2018
1 parent 3dbfcfa commit 608bfe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/ --output-style compressed",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --output-style compressed --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 608bfe9

Please sign in to comment.