mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
fix
This commit is contained in:
parent
6d18d47f06
commit
a780301483
1 changed files with 3 additions and 5 deletions
|
|
@ -10,16 +10,14 @@
|
|||
"Bash(pnpm --filter misskey-js lint)",
|
||||
"Bash(pnpm --filter backend check-migrations)",
|
||||
"Bash(pnpm build-misskey-js-with-types)",
|
||||
"Bash(cp .github/misskey/test.yml .config/test.yml)",
|
||||
"Bash(cp .github/misskey/test.yml .config/test.yml)",
|
||||
"Bash(ncp .github/misskey/test.yml .config/test.yml)",
|
||||
"Bash(ncp .github/misskey/test.yml .config/test.yml && pnpm backend-unit-test 2>&1)",
|
||||
"Bash(pnpm --filter backend test*)",
|
||||
"Bash(pnpm --filter backend test:e2e)",
|
||||
"Bash(pnpm --filter backend test:fed)",
|
||||
"Bash(pnpm backend-unit-test)",
|
||||
"Bash(pnpm --filter frontend test)",
|
||||
"Bash(pnpm --filter backend typecheck)",
|
||||
"Bash(pnpm --filter frontend typecheck)",
|
||||
"Bash(pnpm build)"
|
||||
"Bash(pnpm build )"
|
||||
]
|
||||
},
|
||||
"enabledPlugins": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue