Skip to content

Commit 5a487e6

Browse files
committed
package.json
1 parent cb6927f commit 5a487e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"clean": "rm -rf dist",
1919
"coverage": "node --test --import tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info -- test/*.test.ts",
2020
"doc": "text-runner",
21-
"fix": "dprint fmt && eslint --fix && sort-package-json",
22-
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check",
21+
"fix": "dprint fmt && eslint --fix && sort-package-json --quiet",
22+
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check --quiet",
2323
"prepublishOnly": "npm run build",
2424
"setup": "npm install",
2525
"test": "npm run lint && npm run unit && npm run doc",

0 commit comments

Comments
 (0)