Skip to content

Commit 894ce3c

Browse files
committed
chore: fix test
1 parent b5426ef commit 894ce3c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

next-packages/compiler/reactivity-parser/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"typings": "dist/index.d.ts",
1515
"scripts": {
1616
"build": "tsup --sourcemap",
17-
"type-check": "tsc --noEmit",
18-
"test": "vitest run"
17+
"type-check": "tsc --noEmit"
1918
},
2019
"devDependencies": {
2120
"@babel/core": "^7.23.7",

next-packages/compiler/unplugin-inula-next/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"play": "npm -C playground run dev",
5959
"prepublishOnly": "npm run build",
6060
"release": "bumpp && pnpm publish",
61-
"start": "tsx src/index.ts",
62-
"test": "vitest"
61+
"start": "tsx src/index.ts"
6362
},
6463
"peerDependencies": {
6564
"rollup": "^3",

0 commit comments

Comments
 (0)