Skip to content

Commit 4a91eb8

Browse files
committed
wip
1 parent a580ca9 commit 4a91eb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
- name: Run tests
2828
run: >
2929
cd packages/tailwindcss-language-server &&
30-
npm run build &&
31-
npm run test:prepare &&
32-
npm test
30+
pnpm run build &&
31+
pnpm test

0 commit comments

Comments
 (0)