mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
split build and linking step
This commit is contained in:
parent
74df4c3980
commit
042089a775
10
.github/workflows/nodejs.yml
vendored
10
.github/workflows/nodejs.yml
vendored
@ -43,14 +43,14 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Link and build Tailwind CSS
|
||||
run: |
|
||||
npm run swcify
|
||||
ln -nfs `pwd` node_modules/tailwindcss
|
||||
- name: Build Tailwind CSS
|
||||
run: npm run swcify
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
run: |
|
||||
ln -nfs `pwd` node_modules/tailwindcss # So that Prettier can use the local version
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user