Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit 7a78565c97 - Show all commits
+2 -5
View File
@@ -57,7 +57,7 @@ jobs:
working-directory: ./apps/frontend
run: pnpm install
- name: Inject build variables
- name: Build frontend
working-directory: ./apps/frontend
run: |
if [ "${{ steps.meta.outputs.env }}" == "staging" ]; then
@@ -67,10 +67,7 @@ jobs:
echo "Injecting production variables from wrangler.jsonc..."
jq -r '.vars | to_entries[] | "export \(.key)=\(.value|@sh)"' wrangler.jsonc | source /dev/stdin
fi
- name: Build frontend
working-directory: ./apps/frontend
run: pnpm build
pnpm build
env:
CF_PAGES_BRANCH: ${{ github.ref_name }}
CF_PAGES_COMMIT_SHA: ${{ github.sha }}
+2
View File
@@ -71,3 +71,5 @@ apps/labrinth/fixtures/demo
*storybook.log
storybook-static
.wrangler/