mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
fix(ci): run tests sequentially to avoid global state pollution
This commit is contained in:
parent
b7a100a4a8
commit
2e1b0f022e
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"lint:md": "markdownlint '**/*.md' --ignore node_modules --ignore dist",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"test": "bun test",
|
||||
"test": "bun test --parallel=1",
|
||||
"db:migrate": "wrangler d1 migrations apply webhooker --local",
|
||||
"db:migrate:prod": "wrangler d1 migrations apply webhooker --remote",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue