From a80a74b3485dd847269fa6abc56757c0e3f35764 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Fri, 20 Oct 2023 14:31:57 -0400 Subject: [PATCH] Update contributing guide --- .github/CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9caf270..f3c258c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 ```