chore(*): remove unnecessary immutable flag (#862)

This commit is contained in:
Nathan Bierema 2021-09-15 17:25:49 -04:00 committed by GitHub
parent 2c4aa7966a
commit 490d3b9ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: yarn install --immutable - run: yarn install
- run: yarn prettier:check - run: yarn prettier:check
- run: yarn build:all - run: yarn build:all
- run: yarn lint:all - run: yarn lint:all