Skip to content

Commit

Permalink
Run lint via npm test (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 3, 2022
1 parent dd86b07 commit f80e229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
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 f80e229

Please sign in to comment.