We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3eac3 commit ac2f9faCopy full SHA for ac2f9fa
.github/workflows/pre-release.yml
@@ -26,7 +26,9 @@ jobs:
26
- name: Publish IntelliSense
27
env:
28
VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
29
- run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
+ run: >
30
+ cd packages/vscode-tailwindcss &&
31
+ npm run publish -- --pre-release -p $VSCODE_TOKEN
32
- name: Build LSP
33
run: npx lerna run build --scope=@tailwindcss/language-server
34
- name: Resolve LSP version
0 commit comments