Skip to content

Commit 0956fc9

Browse files
authored
Merge pull request #3099 from DanielRuf/fix/use-postinstall-for-ci
fix: use postinstall for CI
2 parents 60f4347 + 4357dc7 commit 0956fc9

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
@@ -11,7 +11,7 @@
1111
"lint:fix": "grunt lint-fix",
1212
"contributors:add": "all-contributors add",
1313
"contributors:generate": "all-contributors generate",
14-
"prepare": "patch-package",
14+
"postinstall": "patch-package",
1515
"generate": "all-contributors generate",
1616
"precommit": "lint-staged"
1717
},

0 commit comments

Comments
 (0)