Skip to content

Commit 4fb3052

Browse files
authored
Update package.json
1 parent 55863a0 commit 4fb3052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"temp-write": "^2.1.0"
4747
},
4848
"scripts": {
49-
"test": "npm run test:cli && npm run test:server && standard --fix",
49+
"test": "npm run test:cli && npm run test:server && standard",
5050
"test:cli": "npm run build && cross-env NODE_ENV=test mocha test/cli/*.js",
5151
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
5252
"start": "babel-node src/cli/bin",

0 commit comments

Comments
 (0)