Skip to content

Commit 939026b

Browse files
committed
invoke patch-package as a prebuild script
1 parent a755cf2 commit 939026b

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)