Skip to content

Commit 92771bb

Browse files
authored
test: tweak test:lint command + add test:lint:fix (#15)
1 parent e40954f commit 92771bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"scripts": {
1919
"test": "npm run test:lint && npm run test:unit",
20-
"test:lint": "standard --fix",
20+
"test:lint": "standard",
21+
"test:lint:fix": "standard --fix",
2122
"test:unit": "node test/parallel/* && node test/message && node test/node-core-test.js"
2223
},
2324
"devDependencies": {

0 commit comments

Comments
 (0)