|
@@ -8,9 +8,7 @@
|
|
"compile-src": "babel src --out-dir build",
|
|
"compile-src": "babel src --out-dir build",
|
|
"compile-frontend": "webpack src/main.js build/bundle.js --module-bind 'js=babel-loader'",
|
|
"compile-frontend": "webpack src/main.js build/bundle.js --module-bind 'js=babel-loader'",
|
|
"compile": "npm run compile-src; npm run compile-test; npm run compile-frontend",
|
|
"compile": "npm run compile-src; npm run compile-test; npm run compile-frontend",
|
|
- "watch": "nodemon --watch src --watch test --exec \"npm run compile --silent\"",
|
|
|
|
- "serverwatch": "nodemon --watch src --watch test --exec \"npm run compile --silent && node build/server.js\"",
|
|
|
|
- "testwatch": "nodemon --watch src --watch test --exec \"npm run compile --silent && npm test\""
|
|
|
|
|
|
+ "watch": "nodemon --watch src --watch test --watch styles -e js,css,html --exec \"npm run compile --silent\""
|
|
},
|
|
},
|
|
"private": true,
|
|
"private": true,
|
|
"dependencies": {
|
|
"dependencies": {
|