Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Aug 9, 2024
1 parent 65d5742 commit a1b1455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: >
cd packages/tailwindcss-language-server &&
pnpm run build &&
pnpm run test:prepare &&
pnpm test
pnpm run test
- name: Publish IntelliSense
env:
VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
Expand Down

0 comments on commit a1b1455

Please sign in to comment.