Skip to content

Commit 92c4d71

Browse files
author
孙先富-技术研发
committed
更新.gitlab-ci.yml文件
1 parent aacb4a9 commit 92c4d71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ deploy-job: # This job runs in the deploy stage.
66
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
77
script:
88
- npm config set registry https://registry.npmmirror.com
9-
- npm install -g [email protected]
109
- npm install -g @vscode/vsce
11-
- pnpm install
12-
- pnpm run build
10+
- npm install
11+
- npm run build
1312
- ls ./
1413
artifacts:
1514
paths:

0 commit comments

Comments
 (0)