Skip to content

Commit 8f03de9

Browse files
committed
chore: remove knip, update dev deps, adjust CI install
1 parent ab92ff7 commit 8f03de9

File tree

4 files changed

+9468
-8977
lines changed

4 files changed

+9468
-8977
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
- name: Set base and head for Nx affected commands
120120
uses: nrwl/nx-set-shas@v4
121121
- name: Install dependencies
122-
run: npm ci
122+
# Skip audit and fund to speed up install
123+
run: npm ci --no-audit --fund=false
123124
- name: E2E test affected projects
124125
run: npx nx affected -t e2e-test --parallel=1
125126

knip.config.ts

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)