clean(tests): remove CI test script from package.json
This commit is contained in:
parent
5f28be5d58
commit
20fa820952
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
|||
"test:e2e": "playwright test",
|
||||
"test:unit": "vitest run",
|
||||
"test:compute": "vitest run --project compute-core --project compute-worker",
|
||||
"test:ci": "CI=true playwright test",
|
||||
"migrate": "node drizzle/scripts/migrate.mjs",
|
||||
"migrate-fs": "node scripts/migrate-fs-v2.mjs",
|
||||
"migrate-fs:dry-run": "node scripts/migrate-fs-v2.mjs --dry-run true",
|
||||
|
|
|
|||
Loading…
Reference in a new issue