Skip to content

Commit 17be92d

Browse files
Merge pull request #2117 from OneCommunityGlobal/sundar/totalOrgEmail
Sundar 🔥 add puppeteer browser install step
2 parents 75f8097 + 622b99e commit 17be92d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"serve": "babel-node src/server.js",
3030
"prepare-macos-linux": "husky install && chmod ug+x .husky/* && chmod ug+x .git/hooks/*",
3131
"prepare": "husky install",
32-
"install": "npm install --ignore-scripts sharp"
32+
"install": "npm install --ignore-scripts sharp",
33+
"postinstall": "npx puppeteer browsers install chrome"
3334
},
3435
"author": "AK",
3536
"license": "ISC",

0 commit comments

Comments
 (0)