Skip to content

Commit

Permalink
added yarn --immutable to lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bowensanders committed Aug 18, 2022
1 parent 3c40f5c commit e9aaa56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
with:
path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }}
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
- run: yarn --frozen-lockfile
- run: yarn allow-scripts
- run: yarn --immutable
- run: yarn build
- run: yarn lint
- run: yarn test
Expand Down

0 comments on commit e9aaa56

Please sign in to comment.