added copying all files so package-lock findable

This commit is contained in:
2025-10-25 13:20:56 +02:00
parent 7ab3e0a5fb
commit cf3866ee21
2 changed files with 16 additions and 47 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"docker:build": "docker build -t schichtplan-app .",
"docker:run": "docker run -p 3002:3002 schichtplan-app",
"build:all": "cd backend && npm run build && cd ../frontend && npm run build"
"build:all": "npm run build --workspace=backend && npm run build --workspace=frontend"
},
"devDependencies": {
"typescript": "^5.3.3"