Skip to content

Commit b5f6b16

Browse files
committed
chore: update postinstall
1 parent 70c7c17 commit b5f6b16

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
@@ -122,7 +122,7 @@
122122
"dev": "concurrently \"gulp\" \"npm run dev:server\"",
123123
"dev:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
124124
"lint": "standard",
125-
"postinstall": "node node_modules/puppeteer/install.mjs",
125+
"postinstall": "npx puppeteer browsers install chrome",
126126
"postrelease": "github-generate-release",
127127
"prerelease": "pnpm run update:check",
128128
"pretest": "pnpm run lint",

0 commit comments

Comments
 (0)