Skip to content

Commit 0424994

Browse files
committed
update workflow
1 parent 3e41eac commit 0424994

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ jobs:
119119

120120
- run: poetry-dynamic-versioning
121121

122-
- name: Build Python packages
123-
run: poetry build
124-
125-
- name: Build VSCode package
122+
- name: install node modules
126123
run: |
127124
npm install --also=dev
128-
npx vsce package -o dist
125+
126+
- name: package
127+
run: |
128+
npm run package
129129
130130
- name: Upload VSCode package
131131
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)