fix: убраны workspaces, добавлен frontend/package-lock.json
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Стандартный react.Dockerfile копирует только корневой package*.json, поэтому workspace-зависимости не устанавливались. Теперь build-скрипт делает cd frontend && npm ci && npm run build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3184
package-lock.json
generated
3184
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "test-x6",
|
||||
"private": true,
|
||||
"workspaces": ["frontend"],
|
||||
"scripts": {
|
||||
"build": "npm run -w frontend build"
|
||||
"build": "cd frontend && npm ci && npm run build"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user