From 3189c9251a671b51de0ff6894c8e32167a394544 Mon Sep 17 00:00:00 2001 From: ilmar Date: Tue, 10 Apr 2018 11:00:25 +0300 Subject: [PATCH] modified style script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bf374b153..a0db01f8e0 100644 --- a/package.json +++ b/package.json @@ -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 -l \"src/**/*.ts\"", + "style": "prettier --debug-check \"src/**/*.ts\"", "fix-types": "node types-absolute-fixer.js" }, "files": [