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 31e5740 commit 53f4f88
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 @@ -30,6 +30,7 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- run: rm -rf node_modules package-lock.json
- run: npm cache clean --force
- run: npm install
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 53f4f88

Please sign in to comment.