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 872ce0b commit 1841e91Copy full SHA for 1841e91
packages/capacitor/package.json
@@ -41,7 +41,7 @@
41
"swiftlint": "node-swiftlint",
42
"docgen": "docgen --api PowerSyncPlugin --output-readme README.md --output-json dist/docs.json",
43
"build": "pnpm clean && pnpm docgen && tsc && rollup -c rollup.config.mjs",
44
- "build:prod": "pnpm builds",
+ "build:prod": "pnpm build",
45
"clean": "rimraf ./dist",
46
"watch": "tsc --watch",
47
"prepublishOnly": "pnpm build"
0 commit comments