From b7c87257cb3c22803ee12c96ed9a07078f30c828 Mon Sep 17 00:00:00 2001 From: tacrew Date: Tue, 7 Nov 2023 20:37:46 +0900 Subject: [PATCH] fix: :green_heart: fix download chromium command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e718a37..d49219a 100644 --- a/package.json +++ b/package.json @@ -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",