mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
chore(*): remove unnecessary immutable flag (#862)
This commit is contained in:
parent
2c4aa7966a
commit
490d3b9ccc
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user