Skip to content

Commit

Permalink
run a a prod server on localhost before 404 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti committed Jul 24, 2024
1 parent 34a44f8 commit 42cfb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-404s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
# without introducing another dependency like ts-node or tsx for everyone else

# build docs index
- run: bun ./scripts/lint-404s/main.ts
- run: yarn start & bun ./scripts/lint-404s/main.ts
if: steps.filter.outputs.docs == 'true' || steps.filter.outputs.dev-docs == 'true'

0 comments on commit 42cfb65

Please sign in to comment.