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:
Shuvadipta Das
2026-01-12 11:07:53 +05:30
parent 18e17cf198
commit ddbe5237fe
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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",