Add build before typedoc

This commit is contained in:
Dolan Miu
2017-12-30 20:02:44 +00:00
parent c518d1c6c7
commit ab348bd5f9

View File

@ -11,7 +11,7 @@
"tsc": "rimraf ./build && tsc -p .",
"webpack": "rimraf ./build && webpack",
"demo": "npm run build && node ./demo",
"typedoc": "typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck"
"typedoc": "npm run build && typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck"
},
"files": [
"src",