Skip to content

Commit

Permalink
use rm instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Jul 24, 2024
1 parent e576c02 commit 9b81fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "index.ts",
"type": "commonjs",
"scripts": {
"clean": "rimraf build",
"clean": "rm -rf build",
"dev": "bun run index.ts",
"compile": "webpack",
"build": "bun run clean && webpack && bash build.sh"
Expand All @@ -22,7 +22,6 @@
"amdfriend": "git+https://github.com/NyaomiDEV/AMDFriend.git",
"chalk": "^5.3.0",
"console-clear": "^1.1.1",
"inquirer": "^10.1.2",
"rimraf": "^6.0.1"
"inquirer": "^10.1.2"
}
}

0 comments on commit 9b81fda

Please sign in to comment.