We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e41eac commit 0424994Copy full SHA for 0424994
.github/workflows/build.yml
@@ -119,13 +119,13 @@ jobs:
119
120
- run: poetry-dynamic-versioning
121
122
- - name: Build Python packages
123
- run: poetry build
124
-
125
- - name: Build VSCode package
+ - name: install node modules
126
run: |
127
npm install --also=dev
128
- npx vsce package -o dist
+
+ - name: package
+ run: |
+ npm run package
129
130
- name: Upload VSCode package
131
uses: actions/upload-artifact@v2
0 commit comments