mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Brin watch tasks to root package.json
This commit is contained in:
parent
6b2860b7b0
commit
cf554e8cf9
6 changed files with 6 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch": "../node_modules/.bin/tsc -p ./src --watch"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch": "../node_modules/.bin/tsc -p ./src --watch"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch": "../node_modules/.bin/tsc -p ./src --watch"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch": "../node_modules/.bin/tsc -p ./src --watch",
|
||||
"test": "node ./test/all.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch": "../node_modules/.bin/tsc -p ./src --watch"
|
||||
}
|
||||
}
|
||||
|
|
@ -8,6 +8,12 @@
|
|||
"scripts": {
|
||||
"simpleserver": "gulp simpleserver",
|
||||
"import-typescript": "node ./monaco-typescript/importTypescript",
|
||||
"watch-css": "tsc -w -p ./monaco-css/src",
|
||||
"watch-html": "tsc -w -p ./monaco-html/src",
|
||||
"watch-json": "tsc -w -p ./monaco-json/src",
|
||||
"watch-languages": "tsc -w -p ./monaco-languages/src",
|
||||
"watch-typescript": "tsc -w -p ./monaco-typescript/src",
|
||||
"watch": "npm-run-all -lp watch-css watch-html watch-json watch-languages watch-typescript",
|
||||
"release-css": "node ./monaco-css/build",
|
||||
"release-html": "node ./monaco-html/build",
|
||||
"release-json": "node ./monaco-json/build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue