Skip to content

Commit

Permalink
Fix insiders release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 12, 2022
1 parent cc1be47 commit f92b31b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-insiders.yml
Expand Up @@ -39,6 +39,13 @@ jobs:
env:
CI: true

- name: Link and build Tailwind CSS
run: |
npm run swcify
ln -nfs `pwd` node_modules/tailwindcss
env:
CI: true

- name: Test
run: npm test
env:
Expand Down

0 comments on commit f92b31b

Please sign in to comment.