mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +00:00
pnpm, verify, cleanup (#6)
This commit is contained in:
parent
b68151035a
commit
e2f03f47af
45 changed files with 4276 additions and 5133 deletions
13
package.json
13
package.json
|
|
@ -4,10 +4,13 @@
|
|||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"guardrails": "node ./scripts/check-boundaries.mjs",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"format": "prettier --ignore-unknown --write . && turbo run format",
|
||||
"format:check": "prettier --ignore-unknown --check . && turbo run format:check",
|
||||
"check-types": "turbo run check-types",
|
||||
"test": "turbo run test"
|
||||
"test": "turbo run test",
|
||||
"verify": "pnpm run guardrails && pnpm run format:check && turbo run lint check-types test build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.7.4",
|
||||
|
|
@ -17,9 +20,5 @@
|
|||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"packageManager": "npm@10.9.7",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
"packageManager": "pnpm@10.33.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue