Skip to content

Commit

Permalink
Use git diff --quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 31, 2023
1 parent e0b954e commit 0f72a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f72a92

Please sign in to comment.