Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Fix
  • Loading branch information
NaysKutzu committed Jul 24, 2024
1 parent 54f8f0d commit dcbf2d0
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 ci
run: npm i --package-lock

- name: Build
run: npm run build

0 comments on commit dcbf2d0

Please sign in to comment.