Update test watch command

This commit is contained in:
Josh Johnson 2017-10-06 09:38:13 +01:00
parent da133747eb
commit 0f3b42ee2c

View file

@ -8,7 +8,7 @@
"start": "node server.js",
"lint": "eslint assets/**/*.js",
"test": "nyc mocha --require ./config/test.js --compilers babel-core/register \"./src/**/**/**/**/*.spec.js\"",
"test:watch": "npm run test:mocha -- --watch",
"test:watch": "npm run test -- --watch",
"css:watch": "nodemon -e scss -x \"npm run css:build\"",
"css:build": "npm run css:sass -s && npm run css:prefix -s && npm run css:min -s",
"css:sass": "node-sass --output-style expanded --include-path scss src/styles/scss/base.scss src/styles/css/base.css && node-sass --output-style expanded --include-path scss src/styles/scss/choices.scss src/styles/css/choices.css",