diff --git a/.github/workflows/check_lib.yml b/.github/workflows/check_lib.yml index 8fe3a2e..fe7d27c 100644 --- a/.github/workflows/check_lib.yml +++ b/.github/workflows/check_lib.yml @@ -27,9 +27,6 @@ jobs: - name: Install dependencies (root) run: | npm --include=dev ci - - name: Run npm ci - run: | - npm ci - name: Run webpack run: | cd web