Skip to content

Commit

Permalink
Fix publishing to github pages (#4801)
Browse files Browse the repository at this point in the history
Not sure why it triggers as there is no direct dependency
  • Loading branch information
timotheeguerin authored Oct 21, 2024
1 parent 6a0458c commit 642a1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix",
"regen-docs": "node ./.scripts/regen-compiler-docs.mjs",
"regen-all-packages-docs": "pnpm -w --filter \"@typespec/website...\" run regen-docs"
"regen-all-packages-docs": "pnpm -w --filter \"@typespec/website...\" --filter \"!@typespec/monorepo\" run regen-docs"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 642a1d3

Please sign in to comment.