mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
chore: fix ci
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- v1-dependencies-example-{{ checksum "example/package.json" }}
|
||||
- v1-dependencies-example-
|
||||
- run: |
|
||||
yarn install
|
||||
yarn install --ignore-engines
|
||||
yarn install --cwd example
|
||||
- save_cache:
|
||||
key: v1-dependencies-{{ checksum "package.json" }}
|
||||
@@ -38,8 +38,8 @@ jobs:
|
||||
- attach_workspace:
|
||||
at: ~/project
|
||||
- run: |
|
||||
yarn run lint
|
||||
yarn run flow
|
||||
yarn lint
|
||||
yarn flow
|
||||
unit-tests:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user