Install node-gyp before running yarn
This commit is contained in:
parent
b627563ee4
commit
42d97fa463
|
@ -19,14 +19,16 @@ android-env: &android-env
|
||||||
|
|
||||||
install-npm-modules: &install-npm-modules
|
install-npm-modules: &install-npm-modules
|
||||||
name: Install NPM modules
|
name: Install NPM modules
|
||||||
command: yarn
|
command: |
|
||||||
|
yarn global add node-gyp
|
||||||
|
yarn
|
||||||
|
|
||||||
restore-npm-cache-linux: &restore-npm-cache-linux
|
restore-npm-cache-linux: &restore-npm-cache-linux
|
||||||
name: Restore NPM cache
|
name: Restore NPM cache
|
||||||
key: node-modules-{{ checksum "yarn.lock" }}
|
key: node-modules-v99-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
save-npm-cache-linux: &save-npm-cache-linux
|
save-npm-cache-linux: &save-npm-cache-linux
|
||||||
key: node-modules-{{ checksum "yarn.lock" }}
|
key: node-modules-v99-{{ checksum "yarn.lock" }}
|
||||||
name: Save NPM cache
|
name: Save NPM cache
|
||||||
paths:
|
paths:
|
||||||
- ./node_modules
|
- ./node_modules
|
||||||
|
|
Loading…
Reference in New Issue