We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a6da3 commit 7c121a5Copy full SHA for 7c121a5
.github/workflows/nodejs.yml
@@ -41,6 +41,13 @@ jobs:
41
env:
42
CI: true
43
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
+
51
- name: Test
52
run: npm test
53
package.json
@@ -18,7 +18,6 @@
18
"postswcify": "esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js",
19
"rebuild-fixtures": "npm run swcify && node -r @swc/register scripts/rebuildFixtures.js",
20
"prepublishOnly": "npm install --force && npm run swcify",
21
- "prestyle": "ln -nfs `pwd` node_modules/tailwindcss && npm run swcify",
22
"style": "eslint .",
23
"pretest": "npm run generate",
24
"test": "jest",
0 commit comments