Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 13, 2024
1 parent 0333b56 commit e691dc2
Show file tree
Hide file tree
Showing 9 changed files with 1,710 additions and 1,710 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare:tests": "pnpm -s dlx tsx scripts/generateTests.ts",
"install": "[ ! -d .git ] && prebuild-install --runtime napi || true",
"ci:prebuild": "prebuild --runtime napi --target 8 --strip --verbose",
"format": "biome format --write package.json **/*.ts",
"format": "biome format --write package.json src/lib/*.ts test/*.ts scripts/*.ts",
"test": "pnpm -s dlx [email protected]"
},
"keywords": ["postgres", "postgresql", "pg", "query", "parser", "plpgsql"],
Expand Down
Loading

0 comments on commit e691dc2

Please sign in to comment.