1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Replace 'rm -rf' with 'rimraf' for cross-platform compatibility in clean scripts

This commit is contained in:
codecalm
2025-02-11 19:15:43 +01:00
parent 76f5de44e7
commit 6b3bf15c4c
4 changed files with 21 additions and 8 deletions

12
pnpm-lock.yaml generated
View File

@@ -56,6 +56,9 @@ importers:
prettier:
specifier: ^3.4.2
version: 3.4.2
rimraf:
specifier: ^6.0.1
version: 6.0.1
rollup:
specifier: 4.34.4
version: 4.34.4
@@ -3270,6 +3273,15 @@ packages:
glob: 10.4.5
dev: true
/rimraf@6.0.1:
resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
engines: {node: 20 || >=22}
hasBin: true
dependencies:
glob: 11.0.1
package-json-from-dist: 1.0.1
dev: true
/rollup@4.34.4:
resolution: {integrity: sha512-spF66xoyD7rz3o08sHP7wogp1gZ6itSq22SGa/IZTcUDXDlOyrShwMwkVSB+BUxFRZZCUYqdb3KWDEOMVQZxuw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}