Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"lefthook": true,
"workspaces": {
".": {
"entry": ["scripts/*.ts"]
Expand Down
4 changes: 1 addition & 3 deletions packages/react-router-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading