Fix build

This commit is contained in:
Dolan
2018-04-10 21:06:02 +01:00
parent 02f80bc616
commit 226206b100
3 changed files with 11 additions and 29 deletions

View File

@ -14,7 +14,7 @@
"webpack": "rimraf ./build && webpack",
"demo": "npm run build && node ./demo",
"typedoc": "typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck --excludePrivate --externalPattern \"**/*.spec.ts\"",
"style": "prettier --debug-check \"src/**/*.ts\"",
"style": "prettier -l \"src/**/*.ts\"",
"fix-types": "node types-absolute-fixer.js"
},
"files": [