We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist/
1 parent d9c8319 commit 5eae93cCopy full SHA for 5eae93c
.changeset/odd-brooms-run.md
@@ -0,0 +1,5 @@
1
+---
2
+'@powersync/node': patch
3
4
+
5
+Fix CJS distributables not being published.
packages/node/package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"install": "node download_core.js",
17
"build": "tsc -b && rollup --config",
18
- "build:prod": "tsc -b --sourceMap false",
+ "build:prod": "build",
19
"clean": "rm -rf lib dist tsconfig.tsbuildinfo dist",
20
"watch": "tsc -b -w",
21
"test": "vitest"
0 commit comments