Skip to content

Commit

Permalink
chore: ensure package.json stays formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 11, 2024
1 parent 35aa411 commit 239dc7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"install": "[ ! -d .git ] && prebuild-install --runtime napi || true",
"ci:prebuild": "prebuild --runtime napi --target 8 --strip --verbose",
"format": "biome format --write package.json src/lib/*.ts test/*.ts scripts/*.ts",
"version": "biome format --write package.json",
"test": "vitest"
},
"keywords": ["postgres", "postgresql", "pg", "query", "parser", "plpgsql"],
Expand Down

0 comments on commit 239dc7b

Please sign in to comment.