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 aacb4a9 commit 92c4d71Copy full SHA for 92c4d71
.gitlab-ci.yml
@@ -6,10 +6,9 @@ deploy-job: # This job runs in the deploy stage.
6
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
7
script:
8
- npm config set registry https://registry.npmmirror.com
9
- - npm install -g [email protected]
10
- npm install -g @vscode/vsce
11
- - pnpm install
12
- - pnpm run build
+ - npm install
+ - npm run build
13
- ls ./
14
artifacts:
15
paths:
0 commit comments