We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf033c commit 5a81c04Copy full SHA for 5a81c04
package.json
@@ -13,6 +13,7 @@
13
"format:code": "prettier -w . --cache",
14
"format:imports": "organize-imports-cli ./packages/*/tsconfig.json",
15
"type-check": "tsc",
16
+ "test": "pnpm -r run test",
17
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
18
"ci:publish": "changeset publish",
19
"ci:format": "pnpm run format"
packages/core/package.json
@@ -50,7 +50,8 @@
50
"packageManager": "[email protected]",
51
"scripts": {
52
"build": "unbuild",
53
- "prepack": "pnpm build"
+ "prepack": "pnpm build",
54
+ "test": "vitest run"
55
},
56
"dependencies": {
57
"picocolors": "^1.0.0",
0 commit comments