Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
add public flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Feb 15, 2023
1 parent b9ba252 commit 1ec93f2
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 @@ -11,7 +11,7 @@
"verify:goerli": "hardhat etherscan-verify --network goerli --solc-input",
"clean": "hardhat clean && rimraf dist && rimraf typechain",
"package:prep": "pnpm run clean && pnpm run compile && tsc",
"publish-packages": "pnpm run package:prep && pnpm publish --no-git-checks"
"publish-packages": "pnpm run package:prep && pnpm publish --no-git-checks --access public"
},
"files": [
"./dist",
Expand Down

0 comments on commit 1ec93f2

Please sign in to comment.