mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +00:00
setup agent runtime requirements (#7)
This commit is contained in:
parent
5d97c33d7e
commit
e75b3f98a6
17 changed files with 424 additions and 28 deletions
|
|
@ -12,6 +12,8 @@
|
|||
"stack:up": "./scripts/dev-up",
|
||||
"stack:down": "./scripts/dev-down",
|
||||
"stack:verify": "./scripts/integration/verify-stack",
|
||||
"agent:bootstrap": "./scripts/agent-bootstrap",
|
||||
"agent:verify": "./scripts/agent-verify",
|
||||
"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