Skip to content

Commit c1c811e

Browse files
committed
Run test:prepare script before running tests
1 parent e242535 commit c1c811e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: >
2424
cd packages/tailwindcss-language-server &&
2525
npm run build &&
26+
npm run test:prepare &&
2627
npm test
2728
- name: Bump IntelliSense version
2829
run: >

0 commit comments

Comments
 (0)