Skip to content

Commit f92b31b

Browse files
committed
Fix insiders release workflow
1 parent cc1be47 commit f92b31b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-insiders.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
env:
4040
CI: true
4141

42+
- name: Link and build Tailwind CSS
43+
run: |
44+
npm run swcify
45+
ln -nfs `pwd` node_modules/tailwindcss
46+
env:
47+
CI: true
48+
4249
- name: Test
4350
run: npm test
4451
env:

0 commit comments

Comments
 (0)