Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Nov 4, 2024
1 parent efdce7e commit fa87f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Install Node.js dependencies
working-directory: vscode
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build VSCode Extension
working-directory: vscode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
working-directory: ./site

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
working-directory: ./site

- name: Build with sbt
Expand Down

0 comments on commit fa87f62

Please sign in to comment.