From 3e425cbfce272a1782fc6ceb091e28e1a4eeec68 Mon Sep 17 00:00:00 2001 From: Ou Date: Sun, 20 Oct 2024 22:28:12 +0800 Subject: [PATCH] fix: build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 015fc16..c7e3c52 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/ourongxing/newsnow", "scripts": { "dev": "vite dev", - "build": "nr typecheck && vite build", + "build": "pnpm run typecheck && vite build", "lint": "eslint", "favicon": "tsx ./scripts/favicon.ts", "start": "PORT=4444 node --env-file .env.server dist/output/server/index.mjs",