Update contributing guide

master
Jordan Pittman 2023-10-20 14:31:57 -04:00
parent dee6d420b0
commit a80a74b348
1 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,5 @@ You can build the VSIX package by running these commands in the project root.
```bash
npm install
npm run bootstrap
npx lerna run package --scope=vscode-tailwindcss
npx run package --workspace=packages/vscode-tailwindcss
```