feat(release): add reversible production cutover gates
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"scripts": {
|
||||
"start": "node server/index.js",
|
||||
"dev": "node --watch server/index.js",
|
||||
"gateway:production": "corepack pnpm --filter @multi-simadmin/api run gateway:production",
|
||||
"cutover": "tsx apps/api/src/cutover-cli.ts",
|
||||
"test": "node --test test/*.test.js packages/operation-registry/test/*.test.ts packages/test-fixtures/test/*.test.ts && vitest run",
|
||||
"test:legacy": "node --test test/*.test.js",
|
||||
"test:unit": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user