https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 3f824f8a87597dc69450b1cb95c83ecde3275816..88ec01cfb826fcbc1377ca1ec012f22f97386109 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -19,6 +19,11 @@ path: node_modules key: ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }} - name: Install dependencies run: npm install && npm run bootstrap + - name: Run tests + run: > + cd packages/tailwindcss-language-server && + npm run build && + npm test - name: Bump IntelliSense version run: > node .github/workflows/bump-version.mjs &&