@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: yarn --immutable
- name: Build extension
run: yarn vsce package -o ${{ steps.utils.outputs.artifact_name }} --yarn
run: yarn vsce package -o ${{ steps.utils.outputs.artifact_name }} --yarn --no-dependencies
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1
with:
@ -3,6 +3,7 @@
!package.json
!README.md
!LICENSE.txt
!dist/*.js
!util
!resources/config
@ -44,6 +44,7 @@
- Upgrade Webpack from ^5.69.1 to ^5.76.3
- Upgrade a bunch of plugins and other dependencies
- Fix linter warnings in Markdown files and remove default webview/README.md
- Fix build workflow to account for incompatibility from using a new `vsce` version
## v1.25.0 (2022-06-01)