Skip to content

Commit 873f81c

Browse files
authored
Merge pull request #611 from powersync-ja/nodejs-dist-fix
Fix `dist/` missing for node releases
2 parents d9c8319 + 70afd7d commit 873f81c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/odd-brooms-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/node': patch
3+
---
4+
5+
Fix CJS distributables not being published.

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"install": "node download_core.js",
1717
"build": "tsc -b && rollup --config",
18-
"build:prod": "tsc -b --sourceMap false",
18+
"build:prod": "tsc -b --sourceMap false && rollup --config",
1919
"clean": "rm -rf lib dist tsconfig.tsbuildinfo dist",
2020
"watch": "tsc -b -w",
2121
"test": "vitest"

0 commit comments

Comments
 (0)