Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/webpack-5.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored Nov 8, 2024
2 parents 7fa41f6 + e506ce1 commit 60f1dc4
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 60f1dc4

Please sign in to comment.