Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vigneshka/minters 2 1 #290

Merged
merged 12 commits into from
Jul 3, 2023
Prev Previous commit
Next Next commit
remove recursive publish
  • Loading branch information
PabloSzx committed Jul 1, 2023
commit c2b1d71add8eabdd22f9cf1139bafa637ad2ec24
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prettier:write": "prettier --write **/*.{js,ts,json,sol}",
"postpublish": "gh-release",
"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...",
"release:canary": "(node script/js/canary-release.js && pnpm publish --access public --no-git-checks --tag alpha) || echo Skipping Canary...",
"slither": "slither . --config-file slither.config.json",
"solhint": "solhint -f table contracts/**/*.sol",
"test": "forge test",
Expand Down
Loading