Skip to content

Commit b941943

Browse files
Adding local build
1 parent 0820c5b commit b941943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"npmgui": "npx npm-gui@latest",
1818
"gateway-dev": "bun --watch ./src/gateway/gateway.ts",
1919
"gateway-start": "bun --smol run ./src/gateway/gateway.ts",
20-
"gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage"
20+
"gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage",
21+
"gateway-build": "bun build ./src/gateway/gateway.ts --compile --outfile ./lib/sqlitecloud-gateway.out"
2122
},
2223
"repository": {
2324
"type": "git",

0 commit comments

Comments
 (0)