Skip to content

Commit

Permalink
fix: format theme after generating it
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Nov 25, 2024
1 parent 3e7b40b commit 7d875b7
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 419 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"ci": "yarn && yarn build && yarn test && yarn run check",
"new": "plop",
"generate:theme": "npx tsx src/scripts/generateTheme.ts",
"generate:theme": "npx tsx src/scripts/generateTheme.ts && prettier -w src/theme.ts",
"start": "concurrently \"yarn build --watch\" \"yarn start:storybook\"",
"start:cypress": "yarn concurrently --kill-others \"yarn start --ci\" \"yarn wait-on http://localhost:9999 && cypress open\"",
"start:storybook": "start-storybook -p 9999",
Expand Down
Loading

0 comments on commit 7d875b7

Please sign in to comment.