Skip to content

Commit f879eb8

Browse files
committed
Correct names of npm scripts in CI/CD config
1 parent 35b2619 commit f879eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
2525
- run: npm ci
26-
- run: npm run vscode:prepublish
27-
- run: npm run vsce:package
26+
- run: npm run vscode:prepackage
27+
- run: npm run vscode:package
2828

2929
- run: npm run vscode:publish -p $AZURE_ACCESS_TOKEN
3030
if: github.event_name == 'release' && github.event.action == 'created'

0 commit comments

Comments
 (0)