Skip to content

Commit

Permalink
Update workflow to remove node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Aug 2, 2024
1 parent 352c2ae commit 204dc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: rm -rf node_modules
- run: npm ci
- run: npm run build

0 comments on commit 204dc70

Please sign in to comment.