Skip to content

Commit 7c121a5

Browse files
committed
wip
1 parent e3a6da3 commit 7c121a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/nodejs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
env:
4242
CI: true
4343

44+
- name: Link and build Tailwind CSS
45+
run: |
46+
npm run swcify
47+
ln -nfs `pwd` node_modules/tailwindcss
48+
env:
49+
CI: true
50+
4451
- name: Test
4552
run: npm test
4653
env:

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"postswcify": "esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js",
1919
"rebuild-fixtures": "npm run swcify && node -r @swc/register scripts/rebuildFixtures.js",
2020
"prepublishOnly": "npm install --force && npm run swcify",
21-
"prestyle": "ln -nfs `pwd` node_modules/tailwindcss && npm run swcify",
2221
"style": "eslint .",
2322
"pretest": "npm run generate",
2423
"test": "jest",

0 commit comments

Comments
 (0)