Skip to content

Commit

Permalink
Add Hook to Compile Tailwind-Output on PMPM Install (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng authored Jul 27, 2024
1 parent 7462c8c commit f85d057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 579 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@

# compiled
chrome-extension/public/manifest.json
**/tailwind-output.css
3 changes: 2 additions & 1 deletion pages/content-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "pnpm lint --fix",
"prettier": "prettier . --write --ignore-path ../../.prettierignore",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"postinstall": "pnpm run build:tailwindcss"
},
"dependencies": {
"@extension/shared": "workspace:*"
Expand Down
Loading

0 comments on commit f85d057

Please sign in to comment.