Skip to content

Commit 7d30e93

Browse files
author
sunxianfu
committed
Merge branch 'sunxianfu' of https://support.rt-thread.com/cooperation/vscode-rt-smart into sunxianfu
2 parents 8a26632 + 57404d4 commit 7d30e93

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)