Skip to content

Commit

Permalink
Merge pull request #692 from w3bdesign/dev
Browse files Browse the repository at this point in the history
🔧 chore(scripts): add typegen script for sanity schema and types
  • Loading branch information
w3bdesign authored Feb 9, 2025
2 parents 546a4ee + 13f4c92 commit 1f19eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"cypress:headless": "cypress run",
"e2e": "start-test dev 3000 cypress:headless",
"refresh": "pnpm i && rm -rf node_modules && rm pnpm-lock.yaml && pnpm store prune && pnpm i && pnpm format",
"ladle": "ladle serve"
"ladle": "ladle serve",
"typegen": "sanity schema extract && sanity typegen generate"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
Expand Down

0 comments on commit 1f19eb2

Please sign in to comment.