Skip to content

Commit

Permalink
pkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
BakirGracic committed Jan 3, 2025
1 parent ec4724d commit e1b9af5
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v4

- name: Install Dependencies
run: npm ci
run: rm -rf node_modules && npm i --force

- name: Build NextJS
env:
Expand Down
Loading

0 comments on commit e1b9af5

Please sign in to comment.