update build scripts

This commit is contained in:
Henry Oswald
2018-06-12 10:02:06 +01:00
parent 88edf63ab5
commit 872f28117c
5 changed files with 25 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
"compile:all": "npm run compile:app && npm run compile:unit_tests && npm run compile:acceptance_tests",
"nodemon": "nodemon --config nodemon.json",
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js"
"test:unit:_run": "mocha --recursive --reporter spec --exit $@ test/unit/js"
},
"dependencies": {
"async": "0.2.9",