Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 16, 2023
1 parent 081d153 commit 677829c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"docs": "pnpm -C docs run dev",
"docs:build": "pnpm run build && pnpm -C docs run build",
"dev": "pnpm -C docs run dev",
"test": "pnpm -r --filter=\"./packages/*\" run test",
"lint": "eslint --ext .js,.ts,.vue .",
"release": "pnpm run lint && pnpm run build && sheep release -b main"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "cross-env NODE_ENV=development vite build --watch",
"build": "cross-env NODE_ENV=production vite build && vue-tsc -d --emitDeclarationOnly",
"prepublishOnly": "pnpm run lint && pnpm run test && pnpm run build",
"prepublishOnly": "pnpm run test && pnpm run build",
"test": "pnpm run test:unit",
"test:unit": "peeky run"
},
Expand Down

0 comments on commit 677829c

Please sign in to comment.