mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 17:28:23 +00:00
fix: update script
This commit is contained in:
parent
c606420fe7
commit
4e19b5ff0d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"contentlayer dev\" \"next dev -p 3000\"",
|
||||
"build": "contentlayer build && pnpm build:components && next build",
|
||||
"build": "contentlayer build && next build",
|
||||
"turbo": "next dev --turbo",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
|
|
|||
Loading…
Reference in a new issue