mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
6 lines
120 B
JSON
6 lines
120 B
JSON
{
|
|
"scripts": {
|
|
"watch": "../node_modules/.bin/tsc -p ./src --watch",
|
|
"prepublishOnly": "node ./scripts/build"
|
|
}
|
|
}
|