mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Move release script off of gulp
This commit is contained in:
parent
68d7a125ad
commit
cf27b4665e
5 changed files with 521 additions and 597 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -15,10 +15,10 @@
|
|||
{
|
||||
"type": "pwa-node",
|
||||
"request": "launch",
|
||||
"name": "gulp release",
|
||||
"name": "release",
|
||||
"skipFiles": ["<node_internals>/**"],
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"args": ["release"],
|
||||
"program": "${workspaceFolder}/build/release.js",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue