Skip to content

Commit fff8f42

Browse files
committed
fix: prepack instead of prepublishOnly for yarn 4
1 parent 9fe41a2 commit fff8f42

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"yargs": "^17.0.0"
8686
},
8787
"scripts": {
88-
"prepublishOnly": "scripts/prepublish",
88+
"prepack": "scripts/prepack",
8989
"build": "SKIP_LOAD=true scripts/build",
9090
"clean": "rm -rf build/ cache/ dist/",
9191
"compile": "hardhat compile",

0 commit comments

Comments
 (0)