Skip to content

Commit

Permalink
rtfeldman#446 added 'review' script for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
frankschmitt committed Oct 18, 2020
1 parent 85ece38 commit e600d17
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 @@ -9,8 +9,9 @@
"scripts": {
"flow": "flow",
"lint": "eslint .",
"review": "cd elm && elm-review",
"test-only": "mocha tests && cd elm && node ../bin/elm-test",
"test": "flow check && npm run lint && npm run format:check && npm run test-only",
"test": "flow check && npm run lint && npm run format:check && npm run review && npm run test-only",
"format:check": "prettier --check . && elm-format elm --validate",
"format:write": "prettier --write . && elm-format elm --yes"
},
Expand Down

0 comments on commit e600d17

Please sign in to comment.