diff --git a/package.json b/package.json index ae02164..b971d8e 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,10 @@ "/dist" ], "scripts": { - "build": "npm run format && tsc", + "build": "npm run check && tsc", "test": "jest", - "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"" + "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", + "check": "prettier --ignore-path .gitignore -c \"**/*.+(js|ts|json)\"" }, "author": "Willian Carlos Agostini", "devDependencies": {