diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 567bba27fcd..87285a68d0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ ```shell git clone https://github.com/microsoft/vscode-jupyter cd vscode-jupyter -npm ci +npm ci --ignore-scripts && npm run postinstall # Run this to setup the necessary pre-commit hooks. npm run setup-precommit-hook python3 -m venv .venv