From eddb69abbe12fa2701449a1045e849bf559377ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Sat, 13 May 2023 19:54:16 +0800 Subject: [PATCH] chore: start build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5a2e4d..ecfb380 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "nuxi build", "dev": "nuxi dev", "dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev", - "start": "node .output/server/index.mjs", + "start": "pnpm build && node .output/server/index.mjs", "typecheck": "vue-tsc --noEmit", "lint": "eslint .", "postinstall": "nuxi prepare",