Adding fixes that lets us pull a myster in the db into a json file
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"start": "NODE_ENV=production tsx server/index.ts",
|
||||
"migrate:up": "tsx server/migrate.ts",
|
||||
"mystery:import": "tsx scripts/importMysteryTemplate.ts",
|
||||
"mystery:pull": "tsx scripts/exportMystery.ts",
|
||||
"test": "vitest run --exclude '**/*.integration.test.ts' --exclude 'e2e/**'",
|
||||
"test:integration": "TEST_DATABASE_URL=${TEST_DATABASE_URL:-postgres://osint:osint_secret@localhost:5433/osint_dev} vitest run server/*.integration.test.ts",
|
||||
"test:e2e": "npm run build && playwright test"
|
||||
|
||||
Reference in New Issue
Block a user