Skip to content

Commit

Permalink
added preversion hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Electr1Xx committed Sep 14, 2023
1 parent a4c3ba3 commit 9eba072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test": "jest",
"typia:generate": "typia generate --input src/typia-templates --output src/typia-generated --project tsconfig.json",
"generate-ether-types": "typechain --target=ethers-v5 'abis/**/*.json' --out-dir src/types/contracts",
"prepublishOnly": "yarn && yarn build"
"prepublishOnly": "yarn && yarn build",
"preversion": "yarn && yarn build && git add snap.manifest.json"
},
"dependencies": {
"@ethersproject/abi": "5.0.0",
Expand Down

0 comments on commit 9eba072

Please sign in to comment.