fix: build script

This commit is contained in:
Ou 2024-10-20 22:28:12 +08:00
parent 175db9bb17
commit 3e425cbfce

View File

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