Skip to content

Commit 365b384

Browse files
committed
bypass other scripts for moment
1 parent e806839 commit 365b384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
brew config
5656
5757
- name: Check
58-
run: DEBUG='*' pnpm check
58+
run: DEBUG='vite*' pnpm check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"build:prepare": "rimraf dist && node scripts/copyShared",
6565
"build:client": "vue-tsc --noEmit -p src/client && tsc -p src/client && node scripts/copyClient",
6666
"build:node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild",
67-
"test": "run-p --aggregate-output test:unit test:e2e test:init",
67+
"test": "test:e2e",
6868
"test:unit": "vitest run -r __tests__/unit",
6969
"test:unit:watch": "vitest -r __tests__/unit",
7070
"test:e2e": "run-s test:e2e-dev test:e2e-build",

0 commit comments

Comments
 (0)