Skip to content

Commit

Permalink
fix: change the script from npm to pnpm (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
po4tion authored Aug 1, 2024
1 parent 15f1ba2 commit f75bc7f
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 @@ -40,7 +40,7 @@
],
"sideEffects": false,
"scripts": {
"clear": "npm run clear:builds & npm run clear:node_modules",
"clear": "pnpm clear:builds & pnpm clear:node_modules",
"clear:builds": "rm -rf ./dist",
"clear:node_modules": "rm -rf ./node_modules",
"prerelease": "preconstruct build",
Expand Down

0 comments on commit f75bc7f

Please sign in to comment.