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.
2 parents 75f8097 + 622b99e commit 17be92dCopy full SHA for 17be92d
1 file changed
package.json
@@ -29,7 +29,8 @@
29
"serve": "babel-node src/server.js",
30
"prepare-macos-linux": "husky install && chmod ug+x .husky/* && chmod ug+x .git/hooks/*",
31
"prepare": "husky install",
32
- "install": "npm install --ignore-scripts sharp"
+ "install": "npm install --ignore-scripts sharp",
33
+ "postinstall": "npx puppeteer browsers install chrome"
34
},
35
"author": "AK",
36
"license": "ISC",
0 commit comments