fix: added missing services:down script, added "win32" to supportedArchitectures for yarn package installation, added missing required WIKI_URI to .env.example of api
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"clean": "turbo clean --concurrency 20 && rimraf node_modules .turbo",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"services:up": "docker compose -f docker/docker-compose.dev.yml up -d",
|
||||
"services:down": "docker compose -f docker/docker-compose.dev.yml down",
|
||||
"test": "vitest",
|
||||
"test:watch": "vitest --watch",
|
||||
"test:ui": "vitest --ui",
|
||||
|
||||
Reference in New Issue
Block a user