Skip to content

Commit

Permalink
remove package json lock
Browse files Browse the repository at this point in the history
  • Loading branch information
csr authored Jul 3, 2024
1 parent 7cc3ef0 commit 715cc3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17,775 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18.18.1

- name: Install dependencies
run: npm ci --cache .npm --prefer-offline
run: npm i
working-directory: ./frontend

- name: Install Playwright Browsers
Expand Down
Loading

0 comments on commit 715cc3d

Please sign in to comment.