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": [