We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb0019 commit 67eb02eCopy full SHA for 67eb02e
.github/workflows/pre-release.yml
@@ -22,7 +22,7 @@ jobs:
22
# VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
23
# run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
24
- name: Build LSP
25
- run: npx lerna run build --scope=tailwindcss-language-server
+ run: npx lerna run build --scope=@tailwindcss/language-server
26
- name: Resolve LSP version
27
run: |
28
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
0 commit comments