Skip to content

Commit

Permalink
Package web in release action
Browse files Browse the repository at this point in the history
Part of #144
  • Loading branch information
Tyriar committed Nov 8, 2024
1 parent d66a9e9 commit e506ce1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install and build
run: |
yarn --frozen-lockfile
yarn compile
run: yarn --frozen-lockfile
env:
CI: true
- name: Build
run: yarn compile
env:
CI: true
- name: Build web
run: yarn package-web
env:
CI: true
- name: Publish with vsce
Expand Down

0 comments on commit e506ce1

Please sign in to comment.