1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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:
renovate[bot]
2023-05-19 14:23:44 +02:00
committed by GitHub
parent b214a709ff
commit 9e32f8d574
9 changed files with 425 additions and 25 deletions

View File

@@ -13,7 +13,7 @@
},
"license": "GPL-3.0",
"scripts": {
"clean": "rimraf dist/**/*",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"
},