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",