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 3f1337a commit 651b837Copy full SHA for 651b837
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: wip
50
if: ${{ matrix.os == 'windows-latest' }}
51
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}
52
- run: ls packages/tailwindcss-language-syntax/node_modules
+ run: ls packages/tailwindcss-language-syntax/node_modules/dedent
53
54
- name: Run syntax tests
55
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}/packages/tailwindcss-language-syntax
0 commit comments