We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55863a0 commit 4fb3052Copy full SHA for 4fb3052
package.json
@@ -46,7 +46,7 @@
46
"temp-write": "^2.1.0"
47
},
48
"scripts": {
49
- "test": "npm run test:cli && npm run test:server && standard --fix",
+ "test": "npm run test:cli && npm run test:server && standard",
50
"test:cli": "npm run build && cross-env NODE_ENV=test mocha test/cli/*.js",
51
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
52
"start": "babel-node src/cli/bin",
0 commit comments