Skip to content

Commit

Permalink
add npm script to run the language server
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 21, 2025
1 parent f8ea5bf commit 3d5efad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"fix:prettier": "prettier --write .",
"typecheck": "npm exec --workspaces -- tsc --noEmit",
"run:cli": "npm run build:cli:dev && node packages/pyright/index.js",
"run:langserver": "npm run build:cli:dev && node packages/pyright/langserver.index.js --stdio",
"jest": "cd packages/pyright-internal && jest",
"update-python-deps": "uv sync --upgrade",
"update-pyprojectx-lockfile": "python pw --lock",
Expand Down

0 comments on commit 3d5efad

Please sign in to comment.