Skip to content

Commit

Permalink
Add prerelease script (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Sep 10, 2022
1 parent 8b7b807 commit 5d22723
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 @@ -43,6 +43,7 @@
"prettier-check": "prettier --config .prettierrc.json --check .",
"prettier-format": "prettier --config .prettierrc.json --write .",
"prettier-watch": "onchange -k -p 100 \".\" -- prettier --config .prettierrc.json --write {{file}}",
"prerelease": "npm ci && npm test && npm run build",
"release": "release-it",
"test": "npm run prettier-check && npm run lint && npm run tsc && nyc mocha",
"test-watch": "mocha --watch",
Expand Down

0 comments on commit 5d22723

Please sign in to comment.