https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13
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