Skip to content

Commit 471ec03

Browse files
committed
Fix prod build of attachments package.
1 parent a59a265 commit 471ec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"scripts": {
4141
"build": "tsc -b && rollup --config",
42-
"build:prod": "tsc -b --sourceMap false && rollup",
42+
"build:prod": "tsc -b --sourceMap false && rollup --config",
4343
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
4444
"watch": "tsc -b -w",
4545
"test": "pnpm build && vitest",

0 commit comments

Comments
 (0)