feat: adding standard scripts for lint and format check (#7326)
* feat: adding standard scripts for lint and format check * fix: update packages scripts * fix: adding tsup config to utils package * chore: updated build scripts in logger pacakge
This commit is contained in:
parent
f2a87e8f15
commit
ba884d1e4d
22 changed files with 135 additions and 65 deletions
|
|
@ -13,10 +13,9 @@
|
|||
"build": "turbo run build",
|
||||
"dev": "turbo run dev --concurrency=13",
|
||||
"start": "turbo run start",
|
||||
"lint": "turbo run lint",
|
||||
"lint:errors": "turbo run lint:errors",
|
||||
"clean": "turbo run clean",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
"fix": "turbo run fix",
|
||||
"check": "turbo run check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "latest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue