We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4365178 commit 552f1c0Copy full SHA for 552f1c0
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"lint": "eslint .",
19
"test": "yarn lint && jest __tests__",
20
"test-e2e": "jest __e2e__ --runInBand --forceExit",
21
- "postinstall": "node ./scripts/postinstall.js"
+ "postinstall": "patch-package && node ./scripts/postinstall.js"
22
},
23
"repository": {
24
"type": "git",
0 commit comments