Skip to content

Commit

Permalink
Run lint via npm test (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 2, 2022
1 parent b0430c0 commit a8bb8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
"lint": "npm-run-all --parallel lint:*",
"release": "np",
"pretest": "npm run lint",
"test": "jest",
"watch": "jest --watch"
},
Expand Down

0 comments on commit a8bb8fb

Please sign in to comment.