Skip to content

Commit

Permalink
adding missing release task (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan authored Jul 18, 2023
1 parent badbe63 commit 2ef978d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "forge test",
"generate-merkle-test-file": "node scripts/merkle-test.mjs",
"clean": "rm -rf ./dist/",
"prepack": "yarn clean && node js-scripts/copy-latest-deployment-addresses.mjs && yarn wagmi && yarn bundle-configs && yarn build-ts",
"prepack": "yarn clean && yarn wagmi && yarn bundle-configs && yarn build-ts",
"deploy": "node scripts/deploy.mjs",
"coverage": "forge coverage --report lcov",
"build": "forge build",
Expand All @@ -29,7 +29,8 @@
"prettier:fix": "npm run prettier -- --write",
"wagmi": "wagmi generate",
"storage-inspect:check": "./script/storage-check.sh check ERC721Drop ERC721DropProxy FactoryUpgradeGate ZoraNFTCreatorProxy ZoraNFTCreatorV1",
"storage-inspect:generate": "./script/storage-check.sh generate ERC721Drop ERC721DropProxy FactoryUpgradeGate ZoraNFTCreatorProxy ZoraNFTCreatorV1"
"storage-inspect:generate": "./script/storage-check.sh generate ERC721Drop ERC721DropProxy FactoryUpgradeGate ZoraNFTCreatorProxy ZoraNFTCreatorV1",
"release": "yarn run prepack && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
Expand Down

0 comments on commit 2ef978d

Please sign in to comment.