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 23a2123 commit d5fbef9Copy full SHA for d5fbef9
packages/attachments/package.json
@@ -39,7 +39,7 @@
39
],
40
"scripts": {
41
"build": "tsc -b && rollup --config",
42
- "build:prod": "tsc -b --sourceMap false && rollup",
+ "build:prod": "tsc -b --sourceMap false && rollup --config",
43
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
44
"watch": "tsc -b -w",
45
"test": "pnpm build && vitest",
@@ -54,4 +54,4 @@
54
"vite": "^6.1.0",
55
"vite-plugin-top-level-await": "^1.4.4"
56
}
57
-}
+}
0 commit comments