Skip to content

Commit 66f1076

Browse files
authored
Fix attachments build (#761)
1 parent 3e4a25c commit 66f1076

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343

4444
- name: Build
4545
run: pnpm build:packages
46+
47+
- name: Build (prod)
48+
run: pnpm build:packages:prod

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)