feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482)
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
DB migration compat / Check if migrations changed (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Build and Run / docker (push) Has been cancelled
Runs E2E API Tests (Local Emulator) / E2E Tests (Local Emulator, Node ${{ matrix.node-version }}) (22.x) (push) Has been cancelled
Runs E2E API Tests / E2E Tests (Node ${{ matrix.node-version }}, Freestyle ${{ matrix.freestyle-mode }}) (mock, 22.x) (push) Has been cancelled
Runs E2E API Tests / E2E Tests (Node ${{ matrix.node-version }}, Freestyle ${{ matrix.freestyle-mode }}) (prod, 22.x) (push) Has been cancelled
Runs E2E API Tests with custom port prefix / build (22.x) (push) Has been cancelled
Runs E2E Fallback Tests / E2E Fallback Tests (Node ${{ matrix.node-version }}) (22.x) (push) Has been cancelled
Lint & build / lint_and_build (24) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
DB migration compat / Back-compat — Current branch migrations with ${{ needs.check-migrations-changed.outputs.base_branch }} branch code (push) Has been cancelled
DB migration compat / Forward-compat — Current branch code with ${{ needs.check-migrations-changed.outputs.base_branch }} branch migrations (push) Has been cancelled
DB migration compat / No migration changes (skipped) (push) Has been cancelled

This commit is contained in:
BilalG1
2026-05-29 15:21:59 -07:00
committed by GitHub
parent 81de599605
commit 609579abab
1040 changed files with 3201 additions and 5034 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
CHANGESET_FILE=".changeset/update-package-versions-${GITHUB_RUN_ID}.md"
cat > "$CHANGESET_FILE" <<'EOF'
---
"@stackframe/stack": patch
"@hexclave/next": patch
---
Update package versions.
+6 -6
View File
@@ -149,12 +149,12 @@ jobs:
if: matrix.arch == 'amd64'
run: |
# Turbo's task graph for stack-cli#build includes
# @stackframe/dashboard#build:rde-standalone, which transitively
# depends on @stackframe/stack#build (via dashboard → stack).
# @hexclave/dashboard#build:rde-standalone, which transitively
# depends on @hexclave/next#build (via dashboard → stack).
# The pnpm filter must cover the dashboard dep tree too so that
# devDependencies like tailwindcss are installed for the build.
pnpm install --frozen-lockfile --filter '@stackframe/stack-cli...' --filter '@stackframe/dashboard...'
pnpm exec turbo run build --filter='@stackframe/stack-cli...'
pnpm install --frozen-lockfile --filter '@hexclave/cli...' --filter '@hexclave/dashboard...'
pnpm exec turbo run build --filter='@hexclave/cli...'
- name: Start emulator and verify
if: matrix.arch == 'amd64'
@@ -270,8 +270,8 @@ jobs:
- name: Install stack-cli deps + build
run: |
# See "Build stack-cli" step comment for why dashboard filter is needed
pnpm install --frozen-lockfile --filter '@stackframe/stack-cli...' --filter '@stackframe/dashboard...'
pnpm exec turbo run build --filter='@stackframe/stack-cli...'
pnpm install --frozen-lockfile --filter '@hexclave/cli...' --filter '@hexclave/dashboard...'
pnpm exec turbo run build --filter='@hexclave/cli...'
- name: Download built image
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4