feat: author first playable mystery
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"e2e:serve": "TEST_DATABASE_URL=${TEST_DATABASE_URL:-postgres://osint:osint_secret@localhost:5433/osint_dev} tsx server/e2eHarness.ts",
|
||||
"start": "NODE_ENV=production tsx server/index.ts",
|
||||
"migrate:up": "tsx server/migrate.ts",
|
||||
"mystery:import": "tsx scripts/importMysteryTemplate.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