Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 104dd12

Browse files
committed
chore(runtime): 🔧 Add missing script test:unit
1 parent 8cbdcd2 commit 104dd12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎packages/runtime/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"lint:js": "DEBUG=\"eslint:cli-engine\" eslint . --ext .cjs,.js,.ts,.json,.yml --cache --cache-location \"./node_modules/.cache/eslint\"",
5858
"lint:md": "markdownlint . --config \"../../.markdownlint.json\" --dot --ignore \"./LICENSE.md\" --ignore-path \"../../.gitignore\"",
5959
"lint:pkg": "syncpack list-mismatches",
60-
"lint:types": "tsc --noEmit"
60+
"lint:types": "tsc --noEmit",
61+
"test:unit": "vitest run --dir \"./source\""
6162
},
6263
"peerDependencies": {
6364
"typescript": "4.9.5"

0 commit comments

Comments
 (0)