Skip to content

Commit 4a284df

Browse files
authored
Merge pull request #42 from Fullscript/postinstall-husky
chore(package.json): replaced "prepare" hook with "postintall"
2 parents 0575eb7 + 695c059 commit 4a284df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"demo:npm": "yarn --cwd ./demo/react-demo start",
4242
"demo:umd": "yarn --cwd ./demo/javascript-demo/server dev",
4343
"watch": "concurrently \"yarn:watch:*\"",
44-
"prepare": "husky"
44+
"postinstall": "husky"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.27.2",

0 commit comments

Comments
 (0)