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 a59a265Copy full SHA for a59a265
.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
0 commit comments