Skip to content

Commit fb66cb0

Browse files
committed
fix: yarn prepack support
1 parent 8478c91 commit fb66cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint:fix": "eslint . --fix",
6161
"prepublishOnly": "npm run clean && npm run release",
6262
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
63-
"prepare": "npm run release"
63+
"postinstall": "npm run release"
6464
},
6565
"dependencies": {
6666
"camelcase": "^6.3.0",

0 commit comments

Comments
 (0)