Skip to content

Commit 489b02c

Browse files
authored
Merge pull request #143 from FormidableLabs/jp-move-patch-package
invoke patch-package as a prebuild script
2 parents a755cf2 + 939026b commit 489b02c

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
@@ -15,11 +15,11 @@
1515
"themes"
1616
],
1717
"scripts": {
18+
"prebuild": "patch-package",
1819
"build": "rollup -c rollup.config.js",
1920
"test": "jest",
2021
"flow": "flow check",
2122
"format": "prettier --write 'src/**/*.js'",
22-
"postinstall": "patch-package",
2323
"prepublishOnly": "run-p flow build"
2424
},
2525
"babel": {

0 commit comments

Comments
 (0)