Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 12, 2022
1 parent b37784b commit 4700806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"bump": "./scripts/bump",
"release": "./scripts/each pnpx clean-publish",
"release": "./scripts/each pnpm clean-publish",
"clean": "rm -Rf packages/*/node_modules/ node_modules/ node-warnings.logs out/ coverage/",
"test": "jest --coverage && eslint . && sh scripts/max-listeners-check.sh"
},
Expand Down

0 comments on commit 4700806

Please sign in to comment.