Only run yarn install --frozen-lockfile in dependabot-js.yml

This commit is contained in:
Eric Schultz 2020-12-15 13:11:05 -06:00 committed by Eric Schultz
parent 2ef792f763
commit 02a33e0000

View file

@ -36,7 +36,6 @@ jobs:
restore-keys: |
${{ matrix.os }}-yarn-${{ matrix.node }}-
- run: yarn install --frozen-lockfile
- run: yarn
- name: rebuild NOTICE-js
run: yarn notice:js -u
- name: commit and push to branch