Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jan 22, 2025
1 parent ea1c7a8 commit eaf4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
"build:all": "pnpm -r --workspace-concurrency=Infinity build",
"build:all": "pnpm -r --workspace-concurrency=Infinity --filter \"typespec-vscode...\" build",
"check:eng": "tsc -p ./tsconfig.eng.json --noEmit",
"setup:min": "pnpm install && pnpm --filter \"@typespec/prettier-plugin-typespec...\" run build",
"check-version-mismatch": "syncpack list-mismatches",
Expand Down

0 comments on commit eaf4e85

Please sign in to comment.