forked from launchql/libpg-query-node
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45c81f6
commit 58d1c11
Showing
4 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"test": "pnpm -s dlx [email protected]", | ||
"install": "[ ! -d .git ] && prebuild-install --runtime napi || true", | ||
"ci:prebuild": "prebuild --runtime napi --target 8 --strip --verbose", | ||
"prepare": "rimraf lib && tsc -p . && node-gyp rebuild && pnpm -s prepare:clangd", | ||
"prepare": "pnpm -s prepare:js && node-gyp rebuild && pnpm -s prepare:clangd", | ||
"prepare:js": "rimraf lib && tsc -p .", | ||
"prepare:clangd": "[ -d .git ] && cd build && compiledb make -f binding.Makefile -n || true", | ||
"prepare:types": "pnpm -s dlx tsx scripts/inferFieldMetadata.ts && pnpm -s dlx tsx scripts/generateTypes.ts", | ||
"prepare:tests": "pnpm -s dlx tsx scripts/generateTests.ts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters