Skip to content

Commit f5d11d7

Browse files
feat: update preview release
1 parent a4493dc commit f5d11d7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,14 @@ jobs:
7171
registry-url: 'https://registry.npmjs.org'
7272
cache: 'pnpm'
7373

74+
- name: Build WASM
75+
run: make wasm
76+
7477
- name: Install dependencies
7578
run: pnpm install
7679

77-
- name: Build Packages
78-
run: pnpm run build:all
80+
- name: Build JS
81+
run: pnpm run build:compiler
7982

8083
- name: Bump Package Versions
8184
id: changesets

0 commit comments

Comments
 (0)