We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763b56d commit fa39f42Copy full SHA for fa39f42
package.json
@@ -16,7 +16,7 @@
16
17
"test": "yarn test:js && yarn test:python",
18
"test:js": "vitest",
19
- "test:python": "(cd python && uv venv && uv pip install -e . && uv run pytest)",
+ "test:python": "cd python && uv sync && uv pip install -e . && uv run pytest",
20
21
"build": "yarn build:js && yarn build:python && yarn build:tarball",
22
"build:js": "(cd javascript/sentry-conventions && yarn build)",
0 commit comments