Skip to content

Commit 454682b

Browse files
committed
mayhaps fix insiders workflow?
1 parent 01f928d commit 454682b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-insiders.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
env:
5252
CI: true
5353

54+
- name: Unlink Tailwind CSS (for prettier)
55+
run: |
56+
unlink node_modules/tailwindcss
57+
env:
58+
CI: true
59+
5460
- name: Resolve version
5561
id: vars
5662
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)