mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
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
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:
parent
532f25abe9
commit
846e6ffbbf
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-vscode-others.yml
vendored
6
.github/workflows/build-vscode-others.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue