From 0186ce40c336b9cf8e4959fed1e1a77fbbba3b67 Mon Sep 17 00:00:00 2001 From: abrulic Date: Fri, 17 Oct 2025 16:50:50 +0200 Subject: [PATCH 1/2] changed app_url for release --- .github/workflows/publish-documentation.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-documentation.yaml b/.github/workflows/publish-documentation.yaml index d5836bcd..8bf2fd97 100644 --- a/.github/workflows/publish-documentation.yaml +++ b/.github/workflows/publish-documentation.yaml @@ -61,6 +61,7 @@ jobs: name: Deploy Docs environment: name: docs-release + url: ${{ steps.deploy.outputs.app_url }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -91,7 +92,7 @@ jobs: FLY_REGION: ${{ vars.FLY_REGION }} with: workspace_name: docs - app_name: ${{github.event.repository.name}}-${{ github.ref_name }} + app_name: react-router-devtools-docs-release use_isolated_workspace: true env_vars: | APP_ENV=production From f9c508dca8f3a85c7dfc12aff2d5031977632ac5 Mon Sep 17 00:00:00 2001 From: abrulic Date: Fri, 17 Oct 2025 17:00:59 +0200 Subject: [PATCH 2/2] small fixes --- knip.json | 1 + packages/react-router-devtools/package.json | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/knip.json b/knip.json index 0ee060f7..0515f6fd 100644 --- a/knip.json +++ b/knip.json @@ -1,5 +1,6 @@ { "$schema": "https://unpkg.com/knip@5/schema.json", + "lefthook": true, "workspaces": { ".": { "entry": ["scripts/*.ts"] diff --git a/packages/react-router-devtools/package.json b/packages/react-router-devtools/package.json index 490d7f49..f4fa18e3 100644 --- a/packages/react-router-devtools/package.json +++ b/packages/react-router-devtools/package.json @@ -59,9 +59,7 @@ "require": "./dist/client.css" } }, - "files": [ - "dist" - ], + "files": ["dist"], "repository": { "type": "git", "url": "git+https://github.com/forge-42/react-router-devtools.git"