diff --git a/package.json b/package.json index a130b7e..29a609c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "prepare": "husky install", "build": "ncc build src/main.ts", - "build-check": "git diff --exit-code -- dist/", + "build-check": "git diff --exit-code --quiet -- dist/", "format": "prettier --write --cache .", "lint": "npm-run-all --parallel --continue-on-error lint:*", "lint:formatting": "prettier . --check --cache",