Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit f3b69a2

Browse files
committed
Flip test scripts
1 parent c268a41 commit f3b69a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: tsc
2121
run: npm run tsc
2222
- name: test
23-
run: npm run test:ci
23+
run: npm run test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"prepare": "tshy",
88
"dev": "vite",
99
"tsc": "tsc --noEmit",
10-
"test": "vitest",
11-
"test:ci": "vitest run",
10+
"test": "vitest run",
11+
"test:watch": "vitest",
1212
"build": "vite build"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)