Skip to content

Commit 8b0ea56

Browse files
Revert "feat: update preview release"
This reverts commit f5d11d7.
1 parent f5d11d7 commit 8b0ea56

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/snapshot-release.yml

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

74-
- name: Build WASM
75-
run: make wasm
76-
7774
- name: Install dependencies
7875
run: pnpm install
7976

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

8380
- name: Bump Package Versions
8481
id: changesets

0 commit comments

Comments
 (0)