diff --git a/package.json b/package.json index 18c881de8..49aeb5c23 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "start-dev": "NODE_ENV=dev node app.js", "local": "node ./bin/start-local.js", "worker": "node ./bin/start-worker.js", - "test": "mkdir ./test-tmp; node ./node_modules/mocha/bin/mocha --recursive test", - "watch-test": "./node_modules/nodemon/bin/nodemon.js --exec 'node ./node_modules/mocha/bin/mocha --recursive test'", + "test": "mkdir ./test-tmp; mocha --recursive test", + "watch-test": "nodemon --exec 'mocha --recursive test'", "build-nn": "node ./utils/nn-parser.js" }, "version": "0.21.0",