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 c3f2307 commit 3cd88c8Copy full SHA for 3cd88c8
.github/workflows/pre-release.yml
@@ -36,7 +36,7 @@ jobs:
36
cd packages/vscode-tailwindcss &&
37
npm run publish -- --pre-release -p $VSCODE_TOKEN
38
- name: Build LSP
39
- run: npx lerna run build --scope=@tailwindcss/language-server
+ run: npm run build --workspace=packages/tailwindcss-language-server
40
- name: Resolve LSP version
41
run: |
42
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
0 commit comments