Skip to content

Commit

Permalink
chore: fix clean script of usb package
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Dec 10, 2023
1 parent 706d282 commit e4b76fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"uhk-usb": "1.0.0"
},
"scripts": {
"clean": "rm -rf rimraf ./node_modules"
"clean": "rimraf ./node_modules"
}
}

0 comments on commit e4b76fe

Please sign in to comment.