Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 9, 2022
1 parent e3a6da3 commit 7c121a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -41,6 +41,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
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,6 @@
"postswcify": "esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js",
"rebuild-fixtures": "npm run swcify && node -r @swc/register scripts/rebuildFixtures.js",
"prepublishOnly": "npm install --force && npm run swcify",
"prestyle": "ln -nfs `pwd` node_modules/tailwindcss && npm run swcify",
"style": "eslint .",
"pretest": "npm run generate",
"test": "jest",
Expand Down

0 comments on commit 7c121a5

Please sign in to comment.