Skip to content

Commit 57ce21e

Browse files
committed
Revert "Update build.yaml"
This reverts commit 215083b.
1 parent 215083b commit 57ce21e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
node-version: 24
1919
cache: 'npm' # Added caching for faster installs
2020

21-
- name: Clean install dependencies
22-
run: |
23-
rm -rf node_modules
24-
npm ci
21+
- name: Install dependencies
22+
run: npm ci
2523

2624
- name: Lint
2725
run: npm run lint

0 commit comments

Comments
 (0)