fix: добавлен build скрипт в корневой package.json
Some checks failed
continuous-integration/drone/push Build is failing
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>
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "test-x6",
|
"name": "test-x6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": ["frontend"]
|
"workspaces": ["frontend"],
|
||||||
|
"scripts": {
|
||||||
|
"build": "npm run -w frontend build"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user