Resolve "Implement and Split edit Category from add Category"

This commit is contained in:
Thomas Schleicher 2024-01-05 16:45:25 +00:00 committed by jastornig
parent bf939fb807
commit d3b7c61c67
8 changed files with 146 additions and 21 deletions

View file

@ -25,13 +25,14 @@ stages:
lint_job:
stage: lint
image: node
image: "reactnativecommunity/react-native-android:latest"
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- npm install
- yarn install
- npx expo install
- npx tsc
cache:
policy: pull-push