Resolve "Implement and Split edit Category from add Category"
This commit is contained in:
parent
bf939fb807
commit
d3b7c61c67
8 changed files with 146 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue