Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Sep 30, 2024
1 parent d8eb8c9 commit 02af54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"install": "tsx ./scripts/copy-scripts.ts --force && tsx ./scripts/run-python3.ts ./scripts/install.py",
"prepare": "tsx ./scripts/run-python3.ts ./scripts/prepare.py",
"regenerate": "tsx ./scripts/eng/regenerate.ts",
"test": "npx vitest run ./test && tsx ./scripts/eng/run-tests.ts"
"test": "tsx ./scripts/eng/run-tests.ts"
},
"files": [
"dist/**",
Expand Down

0 comments on commit 02af54e

Please sign in to comment.