Update package.json

This commit is contained in:
typicode
2017-01-05 07:29:54 +01:00
committed by GitHub
parent 55863a0890
commit 4fb3052b41

View File

@ -46,7 +46,7 @@
"temp-write": "^2.1.0"
},
"scripts": {
"test": "npm run test:cli && npm run test:server && standard --fix",
"test": "npm run test:cli && npm run test:server && standard",
"test:cli": "npm run build && cross-env NODE_ENV=test mocha test/cli/*.js",
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
"start": "babel-node src/cli/bin",