add compile script

This commit is contained in:
Johannes Rieken
2018-10-25 15:58:28 +02:00
parent e913dc6b61
commit 8da11b4e03

View File

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