rename(phase 1): CapaKraken → Nexus across code, UI, docs, CI (#61)
CI / Architecture Guardrails (push) Successful in 2m38s
CI / Assistant Split Regression (push) Successful in 3m33s
CI / Typecheck (push) Successful in 3m51s
CI / Lint (push) Successful in 5m2s
CI / E2E Tests (push) Has been cancelled
CI / Fresh-Linux Docker Deploy (push) Has been cancelled
CI / Release Images (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Architecture Guardrails (push) Successful in 2m38s
CI / Assistant Split Regression (push) Successful in 3m33s
CI / Typecheck (push) Successful in 3m51s
CI / Lint (push) Successful in 5m2s
CI / E2E Tests (push) Has been cancelled
CI / Fresh-Linux Docker Deploy (push) Has been cancelled
CI / Release Images (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
rename(phase 1): CapaKraken → Nexus across code, UI, docs, CI (#61) Co-authored-by: Hartmut Nörenberg <hn@hartmut-noerenberg.com> Co-committed-by: Hartmut Nörenberg <hn@hartmut-noerenberg.com>
This commit was merged in pull request #61.
This commit is contained in:
+11
-10
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "capakraken",
|
||||
"name": "nexus",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -11,7 +11,7 @@
|
||||
"test": "node ./scripts/run-from-workspace-root.mjs turbo run test:unit --concurrency=2",
|
||||
"test:unit": "node ./scripts/run-from-workspace-root.mjs turbo test:unit --concurrency=2",
|
||||
"test:e2e": "node ./scripts/run-from-workspace-root.mjs turbo test:e2e",
|
||||
"test:e2e:email": "pnpm --filter @capakraken/web test:e2e:email",
|
||||
"test:e2e:email": "pnpm --filter @nexus/web test:e2e:email",
|
||||
"test:scripts": "node --test scripts/*.test.mjs",
|
||||
"audit": "pnpm audit --audit-level=high",
|
||||
"check:unused": "knip",
|
||||
@@ -26,20 +26,20 @@
|
||||
"db:migrate": "node ./scripts/prisma-with-env.mjs migrate dev",
|
||||
"db:generate": "node ./scripts/prisma-with-env.mjs generate",
|
||||
"db:validate": "node ./scripts/prisma-with-env.mjs validate",
|
||||
"db:seed": "node ./scripts/with-env.mjs pnpm --filter @capakraken/db db:seed",
|
||||
"db:seed": "node ./scripts/with-env.mjs pnpm --filter @nexus/db db:seed",
|
||||
"db:seed:export": "node ./scripts/export-dev-seed.mjs",
|
||||
"db:seed:import": "node ./scripts/import-dev-seed.mjs",
|
||||
"db:studio": "node ./scripts/with-env.mjs pnpm --filter @capakraken/db db:studio",
|
||||
"db:reset:dispo": "pnpm --filter @capakraken/db db:reset:dispo",
|
||||
"db:import:dispo": "pnpm --filter @capakraken/db db:import:dispo",
|
||||
"db:readiness:demand-assignment": "pnpm --filter @capakraken/db db:readiness:demand-assignment",
|
||||
"db:studio": "node ./scripts/with-env.mjs pnpm --filter @nexus/db db:studio",
|
||||
"db:reset:dispo": "pnpm --filter @nexus/db db:reset:dispo",
|
||||
"db:import:dispo": "pnpm --filter @nexus/db db:import:dispo",
|
||||
"db:readiness:demand-assignment": "pnpm --filter @nexus/db db:readiness:demand-assignment",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
|
||||
"typecheck": "node ./scripts/run-from-workspace-root.mjs turbo typecheck",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capakraken/eslint-config": "workspace:*",
|
||||
"@capakraken/tsconfig": "workspace:*",
|
||||
"@nexus/eslint-config": "workspace:*",
|
||||
"@nexus/tsconfig": "workspace:*",
|
||||
"husky": "^9.1.7",
|
||||
"knip": "^6.3.1",
|
||||
"lint-staged": "^16.4.0",
|
||||
@@ -57,7 +57,8 @@
|
||||
"picomatch": "^4.0.4",
|
||||
"lodash-es": "^4.18.0",
|
||||
"brace-expansion@<2.0.2": ">=2.0.2",
|
||||
"esbuild@<0.25.0": ">=0.25.0"
|
||||
"esbuild@<0.25.0": ">=0.25.0",
|
||||
"fast-uri@<3.1.2": ">=3.1.2"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@9.14.2",
|
||||
|
||||
Reference in New Issue
Block a user