From b49bb3fb2321a0823c625bcecdd3f67aa6d09aed Mon Sep 17 00:00:00 2001 From: tomolld Date: Wed, 25 Dec 2024 17:46:34 +0900 Subject: [PATCH] =?UTF-8?q?install-and-build=E3=82=B9=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=83=97=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=97=E3=80=81?= =?UTF-8?q?node=5Fmodules=E3=81=A8bun.lockb=E3=82=92=E5=89=8A=E9=99=A4?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=8B=E3=82=89=E4=BE=9D=E5=AD=98=E9=96=A2?= =?UTF-8?q?=E4=BF=82=E3=82=92=E5=86=8D=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 3914b938..34ed660b 100644 --- a/web/package.json +++ b/web/package.json @@ -4,7 +4,7 @@ "type": "module", "scripts": { "build": "remix vite:build", - "install-and-build": "bun install && bun run build", + "install-and-build": "rm -rf node_modules bun.lockb && bun install && bun run build", "dev": "remix vite:dev --host 0.0.0.0", "start": "NODE_OPTIONS='--import ./instrumentation.server.mjs' remix-serve ./build/server/index.js", "typecheck": "tsc --noEmit",