feat: use test:debug for CI

This commit is contained in:
JellyBrick
2023-10-16 02:08:25 +09:00
parent d78fbe476e
commit 7577aba45e
3 changed files with 16 additions and 4 deletions

11
pnpm-lock.yaml generated
View File

@ -156,6 +156,9 @@ devDependencies:
builtin-modules:
specifier: ^3.3.0
version: 3.3.0
cross-env:
specifier: 7.0.3
version: 7.0.3
del-cli:
specifier: 5.1.0
version: 5.1.0
@ -1872,6 +1875,14 @@ packages:
dev: true
optional: true
/cross-env@7.0.3:
resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==}
engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'}
hasBin: true
dependencies:
cross-spawn: 7.0.3
dev: true
/cross-spawn@7.0.3:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
engines: {node: '>= 8'}