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 35b2619 commit f879eb8Copy full SHA for f879eb8
.github/workflows/ci-cd.yml
@@ -23,8 +23,8 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
cache: 'npm'
25
- run: npm ci
26
- - run: npm run vscode:prepublish
27
- - run: npm run vsce:package
+ - run: npm run vscode:prepackage
+ - run: npm run vscode:package
28
29
- run: npm run vscode:publish -p $AZURE_ACCESS_TOKEN
30
if: github.event_name == 'release' && github.event.action == 'created'
0 commit comments