Commit bc80585b authored by Moody Salem's avatar Moody Salem

chore(release): frozen lockfiles

parent ad45b2b7
......@@ -33,7 +33,7 @@ jobs:
node-version: '12'
- name: Install dependencies
run: yarn install --ignore-scripts
run: yarn install --ignore-scripts --frozen-lockfile
- 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 install --ignore-scripts
- run: yarn install --ignore-scripts --frozen-lockfile
- run: yarn test
lint:
......@@ -70,6 +70,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install --ignore-scripts
- run: yarn install --ignore-scripts --frozen-lockfile
- 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