mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-31 19:08:05 +08:00
fix: build script
This commit is contained in:
parent
175db9bb17
commit
3e425cbfce
@ -13,7 +13,7 @@
|
|||||||
"homepage": "https://github.com/ourongxing/newsnow",
|
"homepage": "https://github.com/ourongxing/newsnow",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"build": "nr typecheck && vite build",
|
"build": "pnpm run typecheck && vite build",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"favicon": "tsx ./scripts/favicon.ts",
|
"favicon": "tsx ./scripts/favicon.ts",
|
||||||
"start": "PORT=4444 node --env-file .env.server dist/output/server/index.mjs",
|
"start": "PORT=4444 node --env-file .env.server dist/output/server/index.mjs",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user