Skip to content

Commit d5fbef9

Browse files
committed
Fix attachments packages build.
1 parent 23a2123 commit d5fbef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/attachments/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -54,4 +54,4 @@
5454
"vite": "^6.1.0",
5555
"vite-plugin-top-level-await": "^1.4.4"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)