[json] adopt npm scripts

This commit is contained in:
Martin Aeschlimann
2016-03-04 10:33:25 +01:00
parent b07b57cc0e
commit 14fea843f8
4 changed files with 6 additions and 6 deletions

View File

@@ -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"
}
}