mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
refactor: migrate es mapping types from es-mapping-generator to .d.ts next to generated mappings
This commit is contained in:
@@ -47,6 +47,7 @@ default:
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- audit
|
||||
- publish
|
||||
|
||||
build:
|
||||
@@ -116,3 +117,12 @@ unit:
|
||||
path: coverage.xml
|
||||
rules:
|
||||
- when: on_success
|
||||
|
||||
audit:
|
||||
stage: audit
|
||||
needs: []
|
||||
script:
|
||||
- pnpm audit --prod
|
||||
rules:
|
||||
- when: on_success
|
||||
allow_failure: true
|
||||
|
||||
Reference in New Issue
Block a user