Run `test:prepare` script before running tests

master
Brad Cornes 2023-08-29 10:55:54 +01:00
parent e242535cac
commit c1c811e7a3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
run: >
cd packages/tailwindcss-language-server &&
npm run build &&
npm run test:prepare &&
npm test
- name: Bump IntelliSense version
run: >