Files
test-x6/package.json
Alina e1160997b2
Some checks failed
continuous-integration/drone/push Build is failing
fix: убраны workspaces, добавлен frontend/package-lock.json
Стандартный react.Dockerfile копирует только корневой package*.json,
поэтому workspace-зависимости не устанавливались. Теперь build-скрипт
делает cd frontend && npm ci && npm run build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 22:32:41 +03:00

8 lines
117 B
JSON

{
"name": "test-x6",
"private": true,
"scripts": {
"build": "cd frontend && npm ci && npm run build"
}
}