Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Fix pre-release workflow
Jordan Pittman <jordan@cryptica.me>
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 ca9d3e6827fe8bfa0fd6ad19d12c175adc670de1..a9be754023a489363e2e8a6594eb8dfd7dbd8aaa 100644
--- a/.github/workflows/pre-release.yml
+++ b/.github/workflows/pre-release.yml
@@ -36,7 +36,7 @@         run: >
           cd packages/vscode-tailwindcss &&
           npm run publish -- --pre-release -p $VSCODE_TOKEN
       - name: Build LSP
-        run: npx lerna run build --scope=@tailwindcss/language-server
+        run: npm run build --workspace=packages/tailwindcss-language-server
       - name: Resolve LSP version
         run: |
           echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV