Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 30, 2022
1 parent 84755e4 commit ad8c5e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@
"scripts": {
"dev": "npm run build -- --watch --ignore-watch examples",
"build": "tsup",
"dev:vue": "pnpm --filter vue dev",
"dev:react": "pnpm --filter react dev",
"build:vue": "pnpm --filter vue build",
"build:react": "pnpm --filter react build",
"play": "pnpm --filter vue dev",
"play:react": "pnpm --filter react dev",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --tag --push",
"publish:ci": "esno scripts/publish.ts",
Expand Down

0 comments on commit ad8c5e9

Please sign in to comment.