diff --git a/.github/workflows/publish-documentation.yaml b/.github/workflows/publish-documentation.yaml index d5836bc..8bf2fd9 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 diff --git a/knip.json b/knip.json index 0ee060f..0515f6f 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 490d7f4..f4fa18e 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"