Skip to content

Commit

Permalink
chore: update pkg scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ocamilomontealegre committed Nov 5, 2024
1 parent 8825e93 commit c91a783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"lint": "eslint src",
"lint:fix": "npx lint --fix",
"lint:verbose": "npx lint --debug",
"check:ts": "npx tsc --noEmit",
"check:verbose": "npx tsc --noEmit --diagnostics",
"ts": "npx tsc --noEmit",
"ts:verbose": "npx tsc --noEmit --diagnostics",
"format": "npx prettier --write '**/*.{js,ts,json,yml}'",
"test:unit": "vitest --config test/config/vitest.config.unit.ts --no-watch",
"test:e2e": "vitest --config test/config/vitest.config.e2e.ts --no-watch --silent",
"test:c": "vitest --config test/config/vitest.config.ts --coverage --no-watch --silent",
"test:co": "open ./coverage/index.html",
"test": "npm-run-all --parallel test:unit test:e2e",
"prepare": "husky || true",
"dependencies": "npx knip --dependencies",
"check:d": "npx knip --dependencies",
"npkill": "npx npkill"
},
"keywords": [
Expand Down

0 comments on commit c91a783

Please sign in to comment.