Files
test-x6/package.json
Alina e4726d32ea
Some checks failed
continuous-integration/drone/push Build is failing
fix: добавлен build скрипт в корневой package.json
Делегирует npm run build в frontend workspace для CI/CD.

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

9 lines
134 B
JSON

{
"name": "test-x6",
"private": true,
"workspaces": ["frontend"],
"scripts": {
"build": "npm run -w frontend build"
}
}