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 3e4a25c commit 66f1076Copy full SHA for 66f1076
.github/workflows/build-packages.yaml
@@ -43,3 +43,6 @@ jobs:
43
44
- name: Build
45
run: pnpm build:packages
46
+
47
+ - name: Build (prod)
48
+ run: pnpm build:packages:prod
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",
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
"watch": "tsc -b -w",
"test": "pnpm build && vitest",
0 commit comments