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

View File

@@ -13,26 +13,27 @@
},
"packageManager": "pnpm@9.15.4",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"autoprefixer": "^10.4.20",
"bundlewatch": "^0.4.0",
"clean-css-cli": "^5.6.3",
"cross-env": "^7.0.3",
"glob": "^11.0.1",
"js-beautify": "^1.15.1",
"nodemon": "^3.1.9",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "4.34.4",
"rtlcss": "^4.3.0",
"sass": "1.71.0",
"clean-css-cli": "^5.6.3",
"terser": "^5.38.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"glob": "^11.0.1",
"js-beautify": "^1.15.1",
"prettier": "^3.4.2",
"turbo": "^2.4.0"
}
}