feat: add web form designer
This commit is contained in:
@@ -92,6 +92,26 @@ flutter-verify:
|
||||
paths:
|
||||
- mobile/reports/flutter-test.json
|
||||
|
||||
admin-web-verify:
|
||||
stage: verify
|
||||
image: node:24-alpine
|
||||
cache:
|
||||
key:
|
||||
files:
|
||||
- admin-web/package-lock.json
|
||||
paths:
|
||||
- .cache/npm/
|
||||
before_script:
|
||||
- cd admin-web
|
||||
- npm ci --cache ../.cache/npm
|
||||
script:
|
||||
- npm test
|
||||
- npm run build
|
||||
artifacts:
|
||||
expire_in: 7 days
|
||||
paths:
|
||||
- admin-web/dist/
|
||||
|
||||
android-debug-build:
|
||||
stage: build
|
||||
image: ghcr.io/cirruslabs/flutter:stable
|
||||
|
||||
Reference in New Issue
Block a user