Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Final fix maybe?
  • Loading branch information
NaysKutzu committed Jul 24, 2024
1 parent 9859a79 commit 58225c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: "npm"

- name: Install dependencies
run: npm install --frozen-lockfile
run: npm ci

- name: Build
run: npm run build

0 comments on commit 58225c9

Please sign in to comment.