Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Nov 29, 2024
1 parent 0ee85b1 commit e57cfd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
working-directory: ./expression-js
steps:
- uses: actions/checkout@v4
- name: Install
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install dependencies
run: npm i
- name: Build
run: npm run build
- name: Package
Expand Down

0 comments on commit e57cfd3

Please sign in to comment.