Skip to content

Commit 677829c

Browse files
committed
chore: clean up
1 parent 081d153 commit 677829c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"docs": "pnpm -C docs run dev",
99
"docs:build": "pnpm run build && pnpm -C docs run build",
1010
"dev": "pnpm -C docs run dev",
11+
"test": "pnpm -r --filter=\"./packages/*\" run test",
1112
"lint": "eslint --ext .js,.ts,.vue .",
1213
"release": "pnpm run lint && pnpm run build && sheep release -b main"
1314
},

packages/floating-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "cross-env NODE_ENV=development vite build --watch",
88
"build": "cross-env NODE_ENV=production vite build && vue-tsc -d --emitDeclarationOnly",
9-
"prepublishOnly": "pnpm run lint && pnpm run test && pnpm run build",
9+
"prepublishOnly": "pnpm run test && pnpm run build",
1010
"test": "pnpm run test:unit",
1111
"test:unit": "peeky run"
1212
},

0 commit comments

Comments
 (0)