We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5426ef commit 894ce3cCopy full SHA for 894ce3c
next-packages/compiler/reactivity-parser/package.json
@@ -14,8 +14,7 @@
14
"typings": "dist/index.d.ts",
15
"scripts": {
16
"build": "tsup --sourcemap",
17
- "type-check": "tsc --noEmit",
18
- "test": "vitest run"
+ "type-check": "tsc --noEmit"
19
},
20
"devDependencies": {
21
"@babel/core": "^7.23.7",
next-packages/compiler/unplugin-inula-next/package.json
@@ -58,8 +58,7 @@
58
"play": "npm -C playground run dev",
59
"prepublishOnly": "npm run build",
60
"release": "bumpp && pnpm publish",
61
- "start": "tsx src/index.ts",
62
- "test": "vitest"
+ "start": "tsx src/index.ts"
63
64
"peerDependencies": {
65
"rollup": "^3",
0 commit comments