File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @supabase/postgres-meta" ,
3
+ "bin" : {
4
+ "postgres-meta" : " bin/src/server/app.js"
5
+ },
6
+ "pkg" : {
7
+ "assets" : [" bin/**/*.sql" ],
8
+ "scripts" : [" node_modules/pg-format/lib/reserved.js" ]
9
+ }
10
+ }
Original file line number Diff line number Diff line change 20
20
"build:module" : " tsc -p tsconfig.module.json && cpy 'src/lib/sql/*.sql' dist/module/sql" ,
21
21
"build:server" : " tsc -p tsconfig.server.json && cpy 'src/lib/sql/*.sql' bin/src/lib/sql" ,
22
22
"start" : " node bin/src/server/app.js | pino-pretty --colorize --levelFirst" ,
23
- "pkg" : " NODE_ENV=production run-s build:server && pkg --out-path bin bin/src/server/app.js " ,
23
+ "pkg" : " NODE_ENV=production run-s build:server && pkg --out-path bin .pkg.config.json " ,
24
24
"dev" : " NODE_ENV=development run-s build start" ,
25
25
"dev:watch" : " nodemon" ,
26
26
"test" : " node -r esm ./node_modules/.bin/mocha 'test/**/*.js' --recursive "
67
67
" *.test.js" ,
68
68
" *.spec.js"
69
69
]
70
- },
71
- "pkg" : {
72
- "scripts" : [
73
- " node_modules/pg-format/lib/reserved.js"
74
- ]
75
70
}
76
71
}
You can’t perform that action at this time.
0 commit comments