Skip to content

Commit a1b1455

Browse files
committed
Fix release script
1 parent 65d5742 commit a1b1455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/manual-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
run: >
2323
cd packages/tailwindcss-language-server &&
2424
pnpm run build &&
25-
pnpm run test:prepare &&
26-
pnpm test
25+
pnpm run test
2726
- name: Publish IntelliSense
2827
env:
2928
VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}

0 commit comments

Comments
 (0)