Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Sep 30, 2024
1 parent 770263f commit e057470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
with:
node-version: 20

- run: npm i
- name: Install client dependencies
working-directory: ./client
run: npm i

- name: Package Extension
id: packageExtension
Expand Down

0 comments on commit e057470

Please sign in to comment.