Skip to content

Commit

Permalink
test: tweak test:lint command + add test:lint:fix (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb authored Jun 12, 2022
1 parent e40954f commit 92771bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"scripts": {
"test": "npm run test:lint && npm run test:unit",
"test:lint": "standard --fix",
"test:lint": "standard",
"test:lint:fix": "standard --fix",
"test:unit": "node test/parallel/* && node test/message && node test/node-core-test.js"
},
"devDependencies": {
Expand Down

0 comments on commit 92771bb

Please sign in to comment.