We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a79772 commit 196ebb8Copy full SHA for 196ebb8
.github/workflows/ci.yml
@@ -37,9 +37,6 @@ jobs:
37
key: ${{ runner.os }}-node${{ matrix.node-version }}-yarn-${{ hashFiles('**/yarn.lock') }}
38
restore-keys: |
39
${{ runner.os }}-yarn-
40
- - name: Install webpack-cli
41
- run: |
42
- yarn add -P webpack-cli
43
- name: Install dependencies
44
run: |
45
yarn install --frozen-lockfile
0 commit comments