Skip to content

Commit 552f1c0

Browse files
committed
Apply patches on postinstall
1 parent 4365178 commit 552f1c0

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
@@ -18,7 +18,7 @@
1818
"lint": "eslint .",
1919
"test": "yarn lint && jest __tests__",
2020
"test-e2e": "jest __e2e__ --runInBand --forceExit",
21-
"postinstall": "node ./scripts/postinstall.js"
21+
"postinstall": "patch-package && node ./scripts/postinstall.js"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)