Skip to content

Commit

Permalink
fix(repo): fix link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 3, 2023
1 parent 88ae92b commit 2f148b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outputPath": "dist/nx-dev/nx-dev",
"commands": [
"nx run nx-dev:sitemap",
"ts-node -P ./scripts/tsconfig.release.json ./scripts/documentation/internal-link-checker.ts"
"ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/internal-link-checker.ts"
],
"parallel": false
}
Expand Down

0 comments on commit 2f148b7

Please sign in to comment.