Skip to content

Commit 8afb846

Browse files
Update package.json
Co-authored-by: Reuven Gonzales <reuven.v.gonzales@gmail.com>
1 parent e7c58bd commit 8afb846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"build": "turbo run build --concurrency=100%",
1414
"format:staged": "lint-staged",
15-
"pyright": "pyright --pythonpath .venv/bin/python",
15+
"pyright": "pyright --pythonpath $(echo 'import sys; print(sys.prefix)' | uv run -)/bin/python",
1616
"prepare": "husky install"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)