mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
chore(deps): update dependency rimraf to v5 (#5468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hinton <hinton@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist/**/*",
|
||||
"clean": "rimraf dist",
|
||||
"build": "webpack",
|
||||
"build:debug": "npm run build && node --inspect ./build/bw.js",
|
||||
"build:watch": "webpack --watch",
|
||||
|
||||
Reference in New Issue
Block a user