mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
[json] adopt npm scripts
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
"typescript": "^1.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "tsc -p .",
|
||||
"watch": "tsc --watch -p .",
|
||||
"postinstall": "tsc -p ."
|
||||
"compile": "gulp compile-extension:json-server",
|
||||
"watch": "gulp watch-extension:json-server"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user