Skip to content

Commit

Permalink
Merge pull request #3 from tacrew/fix/download-chromium-command
Browse files Browse the repository at this point in the history
fix download chromium command
  • Loading branch information
tacrew authored Nov 7, 2023
2 parents 16b3e8a + b7c8725 commit 0245114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"download:chromium": "node node_modules/puppeteer/install.js",
"download:chromium": "node node_modules/puppeteer/install.mjs",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:start": "npx http-server storybook-static --ci -p 9001",
Expand Down

0 comments on commit 0245114

Please sign in to comment.