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 a59a265 commit 471ec03Copy full SHA for 471ec03
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",
0 commit comments