We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401a306 commit e242535Copy full SHA for e242535
.github/workflows/pre-release.yml
@@ -19,6 +19,11 @@ jobs:
19
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
20
- name: Install dependencies
21
run: npm install && npm run bootstrap
22
+ - name: Run tests
23
+ run: >
24
+ cd packages/tailwindcss-language-server &&
25
+ npm run build &&
26
+ npm test
27
- name: Bump IntelliSense version
28
run: >
29
node .github/workflows/bump-version.mjs &&
0 commit comments