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 6d7ff0c commit 87aab56Copy full SHA for 87aab56
package.json
@@ -12,7 +12,6 @@
12
"play:build:h5": "npm -C playground run build:h5",
13
"play:mp-weixin": "npm -C playground run dev:mp-weixin",
14
"play:build:mp-weixin": "npm -C playground run build:mp-weixin",
15
- "prepublishOnly": "pnpm build",
16
"test": "vitest",
17
"typecheck": "tsc --noEmit",
18
"lint": "eslint .",
packages/core/package.json
@@ -41,7 +41,8 @@
41
],
42
"scripts": {
43
"build": "unbuild",
44
- "stub": "unbuild --stub"
+ "stub": "unbuild --stub",
45
+ "prepublishOnly": "pnpm build"
46
},
47
"dependencies": {
48
"@antfu/utils": "^0.7.2",
0 commit comments