chore: tidy up turborepo commands
This commit is contained in:
parent
081855a4ec
commit
0a6c64682d
4 changed files with 22 additions and 25 deletions
|
@ -3,10 +3,10 @@
|
|||
"packageManager": "^pnpm@7.0.0",
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev --no-cache --parallel --continue",
|
||||
"dev": "turbo run dev --parallel --continue",
|
||||
"preview": "turbo run preview --parallel --continue",
|
||||
"lint": "turbo run lint",
|
||||
"clean": "turbo run clean && rm -rf node_modules",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
"clean": "turbo run clean && rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue