Skip to content

Commit

Permalink
replace rimraf with shx
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Aug 30, 2024
1 parent c7bf34f commit 82d4db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"bench": "tsx src/bench.ts",
"build": "tsup",
"clean": "rimraf dist",
"clean": "shx rm -rf dist",
"dev": "tsup --watch",
"test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests",
"test:ci": "pnpm run test"
Expand Down

0 comments on commit 82d4db2

Please sign in to comment.