chore(release): speed up install significantly

This commit is contained in:
Moody Salem 2020-05-26 09:38:43 -04:00
parent 63ac89e9f3
commit ad45b2b7bb
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB
2 changed files with 3 additions and 3 deletions

@ -33,7 +33,7 @@ jobs:
node-version: '12'
- name: Install dependencies
run: yarn install
run: yarn install --ignore-scripts
- name: Build the IPFS bundle
run: yarn ipfs-build

@ -48,7 +48,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn
- run: yarn install --ignore-scripts
- run: yarn test
lint:
@ -70,6 +70,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn
- run: yarn install --ignore-scripts
- run: yarn lint