Skip to content

Commit

Permalink
fix: format css T_T
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jul 31, 2024
1 parent e9c5b47 commit 35b1029
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 106 deletions.
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prebuild": "run-s generate migrate",
"build": "next build",
"build:theme": "npx chakra-cli tokens src/theme/index.ts",
"build:preview-tw": "NODE_ENV=production npx tailwindcss build -i src/styles/tailwind.css -o public/assets/css/preview-tw.css",
"build:preview-tw": "NODE_ENV=production npx tailwindcss build -i src/styles/tailwind.css -o public/assets/css/preview-tw.css && prettier --write public/assets/css/preview-tw.css",
"start": "next start",
"format": "prettier --check . --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
Expand Down
Loading

0 comments on commit 35b1029

Please sign in to comment.