Skip to content

Commit c5b3b69

Browse files
committed
Fix build:prod script.
1 parent 237ab9d commit c5b3b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://docs.powersync.com",
2424
"scripts": {
2525
"build": "tsc -b && rollup -c rollup.config.mjs",
26-
"build:prod": "tsc -b --sourceMap false && && rollup -c rollup.config.mjs --sourceMap false",
26+
"build:prod": "tsc -b --sourceMap false && rollup -c rollup.config.mjs --sourceMap false",
2727
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
2828
"test": "vitest"
2929
},

0 commit comments

Comments
 (0)