Skip to content

Commit 35fd443

Browse files
committed
include @pgsql/types
1 parent b76e737 commit 35fd443

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
name: build-npm-artifact-${{ matrix.os }}
6363
path: |
6464
${{ matrix.os == 'macos-latest' && './libpg_query/osx/libpg_query.a' ||
65-
matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' ||
66-
matrix.os == 'windows-latest' && './libpg_query/windows/pg_query.lib' }}
65+
matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' }}
6766
6867
build-wasm:
6968
needs: build-artifacts
@@ -119,7 +118,6 @@ jobs:
119118
- name: Prepare artifacts 📦
120119
run: |
121120
find ./downloaded-artifacts/
122-
cp ./downloaded-artifacts/build-npm-artifact-windows-latest/pg_query.lib ./libpg_query/windows/queryparser.lib
123121
cp ./downloaded-artifacts/build-npm-artifact-ubuntu-latest/libpg_query.a ./libpg_query/linux/libpg_query.a
124122
cp ./downloaded-artifacts/build-npm-artifact-macos-latest/libpg_query.a ./libpg_query/osx/libpg_query.a
125123
cp ./downloaded-artifacts/wasm-artifacts/libpg-query.js ./wasm/libpg-query.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"url": "git://github.com/launchql/libpg-query-node.git"
5252
},
5353
"devDependencies": {
54-
"@pgsql/types": "^15.0.0",
5554
"@yamlize/cli": "^0.8.0",
5655
"chai": "^3.5.0",
5756
"emnapi": "^0.43.1",
@@ -62,6 +61,7 @@
6261
"dependencies": {
6362
"@emnapi/runtime": "^0.43.1",
6463
"@mapbox/node-pre-gyp": "^1.0.8",
64+
"@pgsql/types": "^15.0.0",
6565
"node-addon-api": "^7.0.0",
6666
"node-gyp": "^10.0.1"
6767
},

0 commit comments

Comments
 (0)