Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 23, 2023
1 parent ee962b2 commit 24e4cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"type": "module",
"private": true,
"scripts": {
"bump": "./scripts/bump",
"release": "./scripts/each pnpm clean-publish --access public",
"bump": "./scripts/bump.js",
"release": "./scripts/each.js pnpm clean-publish --access public",
"clean": "rm -Rf packages/*/node_modules/ node_modules/ node-warnings.logs out/ coverage/",
"test": "vitest run --coverage && eslint . && sh scripts/max-listeners-check.sh"
},
Expand Down

0 comments on commit 24e4cd4

Please sign in to comment.