Skip to content

Commit

Permalink
Merge pull request #143 from FormidableLabs/jp-move-patch-package
Browse files Browse the repository at this point in the history
invoke patch-package as a prebuild script
  • Loading branch information
jpdriver authored Feb 9, 2022
2 parents a755cf2 + 939026b commit 489b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"themes"
],
"scripts": {
"prebuild": "patch-package",
"build": "rollup -c rollup.config.js",
"test": "jest",
"flow": "flow check",
"format": "prettier --write 'src/**/*.js'",
"postinstall": "patch-package",
"prepublishOnly": "run-p flow build"
},
"babel": {
Expand Down

0 comments on commit 489b02c

Please sign in to comment.