Skip to content

Commit 5a81c04

Browse files
committed
chore: add test command
1 parent caf033c commit 5a81c04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"format:code": "prettier -w . --cache",
1414
"format:imports": "organize-imports-cli ./packages/*/tsconfig.json",
1515
"type-check": "tsc",
16+
"test": "pnpm -r run test",
1617
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
1718
"ci:publish": "changeset publish",
1819
"ci:format": "pnpm run format"

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"packageManager": "[email protected]",
5151
"scripts": {
5252
"build": "unbuild",
53-
"prepack": "pnpm build"
53+
"prepack": "pnpm build",
54+
"test": "vitest run"
5455
},
5556
"dependencies": {
5657
"picocolors": "^1.0.0",

0 commit comments

Comments
 (0)