Skip to content

Commit 57404d4

Browse files
author
孙先富-技术研发
committed
更新.gitlab-ci.yml文件
1 parent 3bcdc64 commit 57404d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ deploy-job: # This job runs in the deploy stage.
88
- npm config set registry https://registry.npmmirror.com
99
- npm install -g @vscode/vsce
1010
- npm install
11-
- npm run build
11+
- npm run compile
12+
- npm run package:vs
1213
- ls ./
1314
artifacts:
1415
paths:

0 commit comments

Comments
 (0)