Skip to content

Commit 5eae93c

Browse files
committed
Fix dist/ missing for node release
1 parent d9c8319 commit 5eae93c

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": "build",
1919
"clean": "rm -rf lib dist tsconfig.tsbuildinfo dist",
2020
"watch": "tsc -b -w",
2121
"test": "vitest"

0 commit comments

Comments
 (0)