Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add script
  • Loading branch information
G3root committed Aug 10, 2024
commit d0bcc33c8ce35abafb9e1b507ad6841c48a61fa7
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"db:seed": "NODE_ENV='test' tsx prisma/seeds/index.ts",
"dev": "next dev",
"build": "next build",
"build:icons": "tsx scripts/build-icons.ts",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command to rebuild the sprite sheet when new icons are added to the list

"start": "next start",
"postinstall": "prisma generate",
"prepare": "husky",
Expand Down