feat: add start script to package.json and update turbo.json

This commit is contained in:
swve 2024-04-07 12:57:52 +02:00
parent 800154e199
commit 88f4fdcd5e
2 changed files with 4 additions and 0 deletions

View file

@ -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}\""

View file

@ -7,6 +7,9 @@
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"start": {
"dependsOn": ["^build"]
},
"dev": {
"cache": false,
"persistent": true