Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Fix lerna command scope in workflow
Brad Cornes <hello@bradley.dev>
1 year ago
1 changed files, 1 additions(+), 1 deletions(-)
M .github/workflows/pre-release.yml -> .github/workflows/pre-release.yml
diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml
index a3555759865c503190d175d1c90d77832c2d061f..a9b0fbf9e1e075fe2fec3485ec7a6003cc8038a7 100644
--- a/.github/workflows/pre-release.yml
+++ b/.github/workflows/pre-release.yml
@@ -22,7 +22,7 @@       #   env:
       #     VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
       #   run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
       - name: Build LSP
-        run: npx lerna run build --scope=tailwindcss-language-server
+        run: npx lerna run build --scope=@tailwindcss/language-server
       - name: Resolve LSP version
         run: |
           echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV