Skip to content

Commit

Permalink
Fix prettier plugin to use git build of Tailwind CSS
Browse files Browse the repository at this point in the history
Symlink and build instead of adding a recursive dev dependency

It breaks node < 16
  • Loading branch information
thecrypticace committed Sep 9, 2022
1 parent 04cc215 commit bed2b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"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 bed2b35

Please sign in to comment.