Skip to content

Commit

Permalink
Temp disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Nov 4, 2024
1 parent 496910a commit 407267a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,21 +387,21 @@ jobs:
steps:
- checkout

- restore_cache: *restore-npm-cache-linux
# - restore_cache: *restore-npm-cache-linux

- run: *install-npm-modules
# - run: *install-npm-modules

- run:
name: Lint
command: |
yarn lint
# - run:
# name: Lint
# command: |
# yarn lint

- run:
name: Test
command: |
yarn test --runInBand
# - run:
# name: Test
# command: |
# yarn test --runInBand

- save_cache: *save-npm-cache-linux
# - save_cache: *save-npm-cache-linux

# Android builds
android-build-experimental:
Expand Down

0 comments on commit 407267a

Please sign in to comment.