mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
added copying all files so package-lock findable
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user