mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
Add the webapp launcher and syntax highlighter
This commit is contained in:
@@ -8,6 +8,17 @@ jobs:
|
||||
withLfs: true
|
||||
withSubmodules: true
|
||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||
- !CommandStep
|
||||
name: Build VSCode Extension
|
||||
runInContainer: true
|
||||
image: node:latest
|
||||
interpreter: !DefaultInterpreter
|
||||
commands: |
|
||||
cd vscode-extension
|
||||
npm install -g @@vscode/vsce
|
||||
vsce package
|
||||
useTTY: true
|
||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||
- !CommandStep
|
||||
name: Build everything
|
||||
runInContainer: true
|
||||
|
||||
Reference in New Issue
Block a user