Skip to content

Commit

Permalink
reorder release script (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx authored Sep 16, 2022
1 parent d6515a9 commit 7a2e1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepare": "husky install",
"prettier:write": "prettier --write **/*.{js,ts,json,sol}",
"postpublish": "gh-release",
"release": "pnpm --access=public --no-git-checks publish",
"release": "pnpm publish --access=public --no-git-checks",
"release:canary": "(node script/js/canary-release.js && pnpm -r publish --access public --no-git-checks --tag alpha) || echo Skipping Canary...",
"slither": "slither . --config-file slither.config.json",
"solhint": "solhint -f table contracts/**/*.sol",
Expand Down

0 comments on commit 7a2e1ee

Please sign in to comment.