Skip to content

Commit 100a779

Browse files
committed
fix: clean does directories together
1 parent 1709462 commit 100a779

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
@@ -9,7 +9,7 @@
99
"email": "[email protected]"
1010
},
1111
"scripts": {
12-
"clean": "rimraf .cache && rimraf build",
12+
"clean": "rimraf .cache build",
1313
"install": "cmake-js compile --runtime=electron --runtime-version=25.8.4 -p16 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps --CDENABLE_ONIONREQ=OFF"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)