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.
1 parent 237ab9d commit c5b3b69Copy full SHA for c5b3b69
packages/dev/package.json
@@ -23,7 +23,7 @@
23
"homepage": "https://docs.powersync.com",
24
"scripts": {
25
"build": "tsc -b && rollup -c rollup.config.mjs",
26
- "build:prod": "tsc -b --sourceMap false && && rollup -c rollup.config.mjs --sourceMap false",
+ "build:prod": "tsc -b --sourceMap false && rollup -c rollup.config.mjs --sourceMap false",
27
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
28
"test": "vitest"
29
},
0 commit comments