Skip to content

Commit

Permalink
package vscode earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 16, 2024
1 parent d6abf83 commit ba9327e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: yarn typecheck
- name: compile
run: yarn compile
- name: package vscode
run: yarn package
- name: compile system scripts
run: yarn test:system
- name: compile tests
Expand All @@ -37,5 +39,3 @@ jobs:
run: yarn build:docs
- name: slides
run: yarn build:slides
- name: package vscode
run: yarn package

0 comments on commit ba9327e

Please sign in to comment.