building dist and environment paths rework

This commit is contained in:
raiper34
2024-07-21 14:24:36 +02:00
parent 7938e56dce
commit b77956e76c
13 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"start:fe": "npm run start -w frontend",
"build:be": "npm run build -w backend",
"build:fe": "npm run build -w frontend",
"build": "npm run build:be npm run build:fe",
"build": "npm run build:be && npm run build:fe",
"gen:fe": "npm run gen -w frontend",
"start": "npm run start:prod -w backend"
}