modified style script

This commit is contained in:
ilmar
2018-04-10 11:00:25 +03:00
parent ae43137906
commit 3189c9251a

View File

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