ui: add lightweight frontend build pipeline

This commit is contained in:
a.tolmachev
2026-04-12 02:28:05 +03:00
parent 2848d74929
commit b92350a6ac
22 changed files with 809 additions and 191 deletions
+1
View File
@@ -122,6 +122,7 @@ Crank - платформа для публикации внешних API в в
```bash
cd apps/ui
npm ci
npm run build
npm run e2e:install
npm run e2e
```