This commit is contained in:
Benjamin Pasero
2019-04-18 10:09:12 +02:00
parent da14adc183
commit cdd844ab68
4 changed files with 796 additions and 3 deletions

View File

@ -17,6 +17,7 @@
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
},