Skip to content

Commit 38da95a

Browse files
committed
chore(scripts): update install:clean script to improve cache clearing and cleanup
1 parent 5bfece2 commit 38da95a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"bun": ">=1.3"
1818
},
1919
"scripts": {
20-
"install:clean": "rm -rf node_modules bun.lockb && bun install"
20+
"install:clean": "bun pm cache rm && bunx rimraf bun.lock bun.lockb && bun install"
2121
}
2222
}

0 commit comments

Comments
 (0)