We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6c3b6 commit 0b67bf7Copy full SHA for 0b67bf7
1 file changed
.github/workflows/publish.yml
@@ -30,12 +30,12 @@ jobs:
30
run: cd wasm/rust && wasm-pack build --target bundler
31
32
- name: Install dependencies
33
- run: npm ci
+ run: npm install --workspaces
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Build JS client
38
- run: npm run build --workspace=js
+ run: npm run build:main --workspace=js
39
40
- name: Build WASM package
41
run: npm run build:web --workspace=wasm
0 commit comments