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.
2 parents d9c8319 + 70afd7d commit 873f81cCopy full SHA for 873f81c
.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": "tsc -b --sourceMap false && rollup --config",
19
"clean": "rm -rf lib dist tsconfig.tsbuildinfo dist",
20
"watch": "tsc -b -w",
21
"test": "vitest"
0 commit comments