File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 55package.json
66build
77docker
8+ libpg_query /** /* .a
9+ libpg_query /** /* .h
810
911* .log
1012npm-debug.log *
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ Primarily used for the node.js parser and deparser [pgsql-parser](https://github
1010- ` npx node-pre-gyp rebuild package `
1111- With appropriate AWS credentials configured, ` npx node-pre-gyp publish `
1212
13+ Or you can run the scripts
14+
15+ ```
16+ npm run binary:build
17+ npm run binary:publish
18+ ```
19+
1320## Installation
1421
1522``` sh
Original file line number Diff line number Diff line change 1212 "configure" : " node-pre-gyp configure" ,
1313 "install" : " node-pre-gyp install --fallback-to-build" ,
1414 "rebuild" : " node-pre-gyp configure rebuild" ,
15- "test" : " mocha --timeout 5000"
15+ "test" : " mocha --timeout 5000" ,
16+ "binary:build" : " node-pre-gyp rebuild package" ,
17+ "binary:publish" : " AWS_PROFILE=supabase-dev node-pre-gyp publish"
1618 },
1719 "author" :
" Dan Lynch <[email protected] > (http://github.com/pyramation)" ,
1820 "license" : " LICENSE IN LICENSE" ,
You can’t perform that action at this time.
0 commit comments