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 f5d11d7 commit 8b0ea56Copy full SHA for 8b0ea56
1 file changed
.github/workflows/snapshot-release.yml
@@ -71,14 +71,11 @@ jobs:
71
registry-url: 'https://registry.npmjs.org'
72
cache: 'pnpm'
73
74
- - name: Build WASM
75
- run: make wasm
76
-
77
- name: Install dependencies
78
run: pnpm install
79
80
- - name: Build JS
81
- run: pnpm run build:compiler
+ - name: Build Packages
+ run: pnpm run build:all
82
83
- name: Bump Package Versions
84
id: changesets
0 commit comments