Skip to content

Commit f75bc7f

Browse files
authored
fix: change the script from npm to pnpm (#186)
1 parent 15f1ba2 commit f75bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"sideEffects": false,
4242
"scripts": {
43-
"clear": "npm run clear:builds & npm run clear:node_modules",
43+
"clear": "pnpm clear:builds & pnpm clear:node_modules",
4444
"clear:builds": "rm -rf ./dist",
4545
"clear:node_modules": "rm -rf ./node_modules",
4646
"prerelease": "preconstruct build",

0 commit comments

Comments
 (0)