mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
build: remove DATABASE_URL in test script
This commit is contained in:
parent
78d41bbd6d
commit
d8247dc76a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"db:migrate": "deno run -A scripts/db-migrate.ts",
|
||||
"nostr:pull": "deno run -A scripts/nostr-pull.ts",
|
||||
"debug": "deno run -A --inspect src/server.ts",
|
||||
"test": "DATABASE_URL=\"sqlite://:memory:\" deno test -A --junit-path=./deno-test.xml",
|
||||
"test": "deno test -A --junit-path=./deno-test.xml",
|
||||
"check": "deno check src/server.ts",
|
||||
"nsec": "deno run scripts/nsec.ts",
|
||||
"admin:event": "deno run -A scripts/admin-event.ts",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue