Fix: Use npm install instead of npm ci
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"dev": "concurrently \"vite\" \"tsx watch src/server/index.ts\"",
|
||||
"build:client": "vite build",
|
||||
"build:server": "tsc -p tsconfig.server.json",
|
||||
"prebuild": "npm install",
|
||||
"build": "npm run build:client && npm run build:server",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
|
||||
Reference in New Issue
Block a user