Skip to content

Commit 3cd88c8

Browse files
committed
Fix pre-release workflow
1 parent c3f2307 commit 3cd88c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cd packages/vscode-tailwindcss &&
3737
npm run publish -- --pre-release -p $VSCODE_TOKEN
3838
- name: Build LSP
39-
run: npx lerna run build --scope=@tailwindcss/language-server
39+
run: npm run build --workspace=packages/tailwindcss-language-server
4040
- name: Resolve LSP version
4141
run: |
4242
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)