Skip to content

Commit

Permalink
Remove prettier log hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Feb 8, 2024
1 parent 965bcd3 commit 305fb41
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 @@ -39,7 +39,7 @@
"build:dev": "tsc",
"build:release": "tsup",
"clean": "rimraf dist .eslintcache",
"lint": "eslint --cache --max-warnings=0 . && prettier --check --log-level warn src \"**/*.{json,md,ts,tsx}\" && tsc --noEmit",
"lint": "eslint --cache --max-warnings=0 . && prettier --check src \"**/*.{json,md,ts,tsx}\" && tsc --noEmit",
"lint:fix": "prettier --write src \"**/*.{json,md,ts,tsx}\" --log-level=warn && eslint . --fix",
"test": "vitest run",
"prepublishOnly": "npm run clean && npm run build:release"
Expand Down

0 comments on commit 305fb41

Please sign in to comment.