Skip to content

Commit 111c83d

Browse files
committed
fix: update package scripts
1 parent 9460a31 commit 111c83d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"lint:fix": "eslint . --fix",
1717
"test:all": "pnpm install --frozen-lockfile && pnpm prepack:core && pnpm lint && pnpm i-tarball && cd packages/core && pnpm test:all",
1818
"test:vite": "cd packages/core && pnpm test:vite",
19-
"test:next": "cd packages/core && pnpm test:next"
19+
"test:next": "cd packages/core && pnpm test:next",
20+
"test:unit": "cd packages/core && pnpm test:unit",
21+
"test:cli": "cd packages/core && pnpm test:cli"
2022
},
2123
"devDependencies": {
2224
"eslint": "^9.0.0",

0 commit comments

Comments
 (0)