mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Move css sources into /src/
This commit is contained in:
parent
08459beac3
commit
b3f2986d69
16 changed files with 136 additions and 224 deletions
|
|
@ -8,12 +8,12 @@
|
|||
"scripts": {
|
||||
"simpleserver": "gulp simpleserver",
|
||||
"import-typescript": "node ./monaco-typescript/importTypescript",
|
||||
"watch-css": "tsc -w -p ./monaco-css/src",
|
||||
"watch-src": "tsc -w -p ./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",
|
||||
"watch": "npm-run-all -lp watch-src 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