added debugging to deployment

This commit is contained in:
Dolan
2017-04-17 13:05:02 +01:00
parent d7229eb049
commit eb8f0f4033
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"lint": "tslint --project ./ts",
"build": "rimraf ./build && tsc -p ts",
"demo": "npm run build && node ./demo",
"typedoc": "typedoc --out docs/ ts/ --module commonjs --target ES6"
"typedoc": "typedoc --out docs/ ts/ --module commonjs --target ES6 --disableOutputCheck"
},
"files": [
"ts",