mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
feat: add start script to package.json and update turbo.json
This commit is contained in:
parent
800154e199
commit
88f4fdcd5e
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"start" : "turbo run start",
|
||||
"dev": "turbo run dev",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
"outputs": [".next/**", "!.next/cache/**"]
|
||||
},
|
||||
"lint": {},
|
||||
"start": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue