Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koitoror committed Dec 12, 2023
1 parent 6898951 commit 31e5740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- run: rm -rf node_modules package-lock.json
- run: npm cache clean --force
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 31e5740

Please sign in to comment.