Skip to content

Commit

Permalink
exclude monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Oct 19, 2024
1 parent 422363d commit 48c9ce2
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^...\" --filter \"!@typespec/http-specs\" 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 48c9ce2

Please sign in to comment.