mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
chore: disable typecheck when build
This commit is contained in:
parent
f24a8834ea
commit
2d9293c8ac
@ -13,7 +13,7 @@
|
||||
"homepage": "https://github.com/ourongxing/newsnow",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "pnpm run typecheck && vite build",
|
||||
"build": "vite build",
|
||||
"lint": "eslint",
|
||||
"favicon": "tsx ./scripts/favicon.ts",
|
||||
"start": "PORT=4444 node --env-file .env.server dist/output/server/index.mjs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user