Skip to content

Commit

Permalink
chore: sort scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 20, 2024
1 parent 545f1e2 commit f4662f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"type": "module",
"scripts": {
"build": "pnpm --recursive build",
"check": "biome check . --write",
"check:unsafe": "biome check . --write --unsafe",
"changeset:version": "changeset version",
"changeset:publish": "pnpm build && changeset publish",
"ci": "biome ci .",
"clean": "pnpm --recursive clean",
"typecheck": "pnpm --recursive typecheck",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"format": "biome format . --write",
"lint": "biome lint . --write",
"lint:unsafe": "biome lint . --write --unsafe",
"check": "biome check . --write",
"check:unsafe": "biome check . --write --unsafe",
"ci": "biome ci .",
"changeset:version": "changeset version",
"changeset:publish": "pnpm build && changeset publish"
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"typecheck": "pnpm --recursive typecheck"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
Expand Down

0 comments on commit f4662f2

Please sign in to comment.