Skip to content

Commit e86a571

Browse files
authored
Merge pull request #50 from icelam/ci-adjust
ci: remove unnecessary webpack-cli installation from ci
2 parents 5a79772 + 196ebb8 commit e86a571

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
key: ${{ runner.os }}-node${{ matrix.node-version }}-yarn-${{ hashFiles('**/yarn.lock') }}
3838
restore-keys: |
3939
${{ runner.os }}-yarn-
40-
- name: Install webpack-cli
41-
run: |
42-
yarn add -P webpack-cli
4340
- name: Install dependencies
4441
run: |
4542
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)