Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresj committed Oct 9, 2021
1 parent dcf2264 commit 9f206e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/piecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"bench": "yarn build && cross-env NODE_ENV=production node performance/bench.mjs >> result.log",
"profile": "yarn build && cross-env NODE_ENV=production node --cpu-prof --trace-deopt performance/bench.mjs >> result.log",
"prepare": "yarn clean && yarn build",
"prepublishOnly": "yarn test --no-color"
"prepublishOnly": "yarn test --no-color",
"release": "yarn publish && gh release create $(git describe --tags) dist/*.* package.json README.md"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 9f206e2

Please sign in to comment.