Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 19, 2024
1 parent d427d95 commit c711903
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 @@ -31,21 +31,21 @@
],
"scripts": {
"add-function": "bash ./scripts/add-function.sh",
"move-function": "bash ./scripts/move-function.sh",
"bench": "vitest bench",
"build": "tsup --clean",
"bundle-impact": "bash ./scripts/weigh-changed.sh",
"dev": "tsup --clean --watch --sourcemap",
"format": "bash ./scripts/format.sh",
"lint": "concurrently -c=auto -g --kill-others-on-fail 'npm:lint:*'",
"lint:biome": "biome check ./src ./tests ./benchmarks",
"lint:compat": "bash ./scripts/lint-compat.sh 'src/**/*.ts'",
"lint:jsr": "pnpm -s dlx [email protected] lint",
"lint:tsc": "concurrently -c=auto -g --kill-others-on-fail --names src,tests,benchmarks 'tsc' 'tsc -p tests' 'tsc -p benchmarks'",
"move-function": "bash ./scripts/move-function.sh",
"prepublishOnly": "tsc && biome check --fix && pnpm -s build",
"test": "vitest run --coverage",
"test-branch": "bash ./scripts/test-branch.sh",
"test-single": "bash ./scripts/test-single.sh",
"bundle-impact": "bash ./scripts/weigh-changed.sh"
"test-single": "bash ./scripts/test-single.sh"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down

0 comments on commit c711903

Please sign in to comment.