fix: добавлен build скрипт в корневой package.json
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:
Alina
2026-02-17 22:29:27 +03:00
parent bdb2ac6062
commit e4726d32ea

View File

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