Skip to content

Commit

Permalink
rename check scripts so they're all under 1 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
noelforte committed Dec 4, 2024
1 parent 9610a96 commit 5771a40
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 @@ -8,9 +8,9 @@
},
"scripts": {
"test": "vitest --run",
"check": "pnpm --color run '/ts-check|lint/'",
"lint": "eslint '.'",
"ts-check": "tsc --noEmit",
"check": "pnpm --color run '/^check:/'",
"check:lint": "eslint '.'",
"check:types": "tsc --noEmit",
"build": "tsup",
"dev": "tsup --watch ./src",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
Expand Down

0 comments on commit 5771a40

Please sign in to comment.