mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 08:03:42 +00:00
introduce .env
This commit is contained in:
parent
4f46d2f3df
commit
5d97c33d7e
6 changed files with 51 additions and 24 deletions
|
|
@ -9,6 +9,10 @@
|
|||
"format": "prettier --ignore-unknown --write . && turbo run format",
|
||||
"format:check": "prettier --ignore-unknown --check . && turbo run format:check",
|
||||
"check-types": "turbo run check-types",
|
||||
"stack:up": "./scripts/dev-up",
|
||||
"stack:down": "./scripts/dev-down",
|
||||
"stack:verify": "./scripts/integration/verify-stack",
|
||||
"clones:setup": "./scripts/setup-clones",
|
||||
"test": "turbo run test",
|
||||
"verify": "pnpm run guardrails && pnpm run format:check && turbo run lint check-types test build"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue