Skip to content

Commit 204dc70

Browse files
committed
Update workflow to remove node_modules
1 parent 352c2ae commit 204dc70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
with:
1515
node-version: 22
1616
cache: 'npm'
17+
- run: rm -rf node_modules
1718
- run: npm ci
1819
- run: npm run build

0 commit comments

Comments
 (0)