feat(noc): implement sync management UI and backend integration
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"check": "biome check --write .",
|
||||
"format": "biome format --write .",
|
||||
"gen:api": "bun scripts/generate-schema.ts && bun x openapi-typescript generated/schema.json -o generated/api.ts",
|
||||
"sync:noc": "bun scripts/sync-noc.ts",
|
||||
"test": "bun test __tests__/api",
|
||||
"test:ui": "bun test --ui __tests__/api",
|
||||
"test:e2e": "bun run build && playwright test",
|
||||
|
||||
Reference in New Issue
Block a user