Commit ad45b2b7 authored by Moody Salem's avatar Moody Salem

chore(release): speed up install significantly

parent 63ac89e9
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
node-version: '12' node-version: '12'
- name: Install dependencies - name: Install dependencies
run: yarn install run: yarn install --ignore-scripts
- name: Build the IPFS bundle - name: Build the IPFS bundle
run: yarn ipfs-build run: yarn ipfs-build
......
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn - run: yarn install --ignore-scripts
- run: yarn test - run: yarn test
lint: lint:
...@@ -70,6 +70,6 @@ jobs: ...@@ -70,6 +70,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn - run: yarn install --ignore-scripts
- run: yarn lint - run: yarn lint
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment