mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
mocha task
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"main": "./src/main.js",
|
||||
"scripts": {
|
||||
"postinstall": "tsc",
|
||||
"watch": "tsc --watch"
|
||||
"watch": "tsc --watch",
|
||||
"mocha": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/electron": "~1.4.37",
|
||||
|
||||
Reference in New Issue
Block a user