test script: use run-s instead of run-p for prettier console output, helps debug

pull/3386/head
Yuxuan Zhang 2 years ago
parent c3df64af54
commit 8edb0763d1
No known key found for this signature in database
GPG Key ID: 6910B04F3351EF7D

@ -64,7 +64,7 @@
"build:prepare": "rimraf dist && node scripts/copyShared",
"build:client": "vue-tsc --noEmit -p src/client && tsc -p src/client && node scripts/copyClient",
"build:node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild",
"test": "run-p --aggregate-output test:unit test:e2e test:init",
"test": "run-s test:unit test:e2e test:init",
"test:unit": "vitest run -r __tests__/unit",
"test:unit:watch": "vitest -r __tests__/unit",
"test:e2e": "run-s test:e2e-dev test:e2e-build",

Loading…
Cancel
Save