There was an error while loading. Please reload this page.
1 parent 19c4688 commit 475153cCopy full SHA for 475153c
1 file changed
package.json
@@ -50,7 +50,7 @@
50
"test": "jest",
51
"screenshots:server": "nodemon ./scripts/pixelmatch-server/server.js -e js,hbs",
52
"postbuild": "postcss transpiled/react/stylesheet.css --replace",
53
- "postinstall": "patch-package",
+ "postinstall": "if [ -d 'node_modules/@fastify/deepmerge' ]; then patch-package; fi",
54
"travis-deploy-once": "travis-deploy-once",
55
"start:css:utils": "yarn build:css:utils --watch",
56
"start:css": "yarn build:css --watch",
0 commit comments