Fix CircleCi build (#183)
This commit is contained in:
parent
7a1d359a4f
commit
78fb33b12e
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: Install NPM modules
|
name: Install NPM modules
|
||||||
command: |
|
command: |
|
||||||
npm install
|
npm install
|
||||||
npm install codecov
|
# npm install codecov
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
@ -139,7 +139,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
npm install
|
npm install
|
||||||
npm install react-native
|
# npm install react-native
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Fix known build error
|
name: Fix known build error
|
||||||
|
|
Loading…
Reference in New Issue