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 3bcdc64 commit 57404d4Copy full SHA for 57404d4
.gitlab-ci.yml
@@ -8,7 +8,8 @@ deploy-job: # This job runs in the deploy stage.
8
- npm config set registry https://registry.npmmirror.com
9
- npm install -g @vscode/vsce
10
- npm install
11
- - npm run build
+ - npm run compile
12
+ - npm run package:vs
13
- ls ./
14
artifacts:
15
paths:
0 commit comments