mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
update build script
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
e6d1418ac7
commit
7d93837028
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"dev:backend": "nodemon -r dotenv/config ./src/api/server.ts",
|
"dev:backend": "nodemon -r dotenv/config ./src/api/server.ts",
|
||||||
"build": "npm run build:frontend && npm run build:backend",
|
"build": "npm run build:frontend && npm run build:backend",
|
||||||
"build:frontend": "vite build",
|
"build:frontend": "vite build",
|
||||||
"build:backend": "tsc -p tsconfig.backend.json --outDir dist",
|
"build:backend": "npx prisma generate && tsc -p tsconfig.backend.json --outDir dist",
|
||||||
"preview": "vite preview --port 5050",
|
"preview": "vite preview --port 5050",
|
||||||
"test:unit": "vitest --environment jsdom",
|
"test:unit": "vitest --environment jsdom",
|
||||||
"test:unit:ci": "vitest --environment jsdom --run",
|
"test:unit:ci": "vitest --environment jsdom --run",
|
||||||
|
|
Loading…
Add table
Reference in a new issue