mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
build script adjusted
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
6a707deeed
commit
e6d1418ac7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"dev:frontend": "vite",
|
"dev:frontend": "vite",
|
||||||
"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": "vue-tsc --noEmit && vite build",
|
"build:frontend": "vite build",
|
||||||
"build:backend": "tsc -p tsconfig.backend.json --outDir dist",
|
"build:backend": "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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue