Some checks failed
continuous-integration/drone/push Build is failing
Делегирует npm run build в frontend workspace для CI/CD. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"name": "test-x6",
|
|
"private": true,
|
|
"workspaces": ["frontend"],
|
|
"scripts": {
|
|
"build": "npm run -w frontend build"
|
|
}
|
|
}
|