fix(ci): build tinymist.wasm before building tinymist-web.vsix (#2066)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

This commit is contained in:
Myriad-Dreamin 2025-08-23 12:22:50 +08:00 committed by GitHub
parent 532f25abe9
commit 846e6ffbbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,14 +150,14 @@ jobs:
version: "v0.13.1"
- name: Install deps
run: yarn install
- name: Build tinymist library
run: yarn build:web
working-directory: .
- name: Build tinymist vscode extension
run: |
yarn
yarn run compile:web
working-directory: ./editors/vscode
- name: Build tinymist library
run: yarn build:web
working-directory: .
- name: Pack tinymist npm library
run: |
npm pack > package-name