Skip to content

Commit

Permalink
Replace rimraf with premove
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Mar 4, 2025
1 parent fef26a0 commit 23b1780
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"jsdom": "^25.0.1",
"knip": "^5.45.0",
"nx": "^20.4.6",
"premove": "^4.0.0",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"publint": "^0.3.7",
"rimraf": "^6.0.1",
"sherif": "^1.4.0",
"typescript": "5.2.2",
"vite": "^5.4.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build"
],
"scripts": {
"clean": "rimraf ./build",
"clean": "premove ./build",
"test:types": "tsc --noEmit",
"test:eslint": "eslint ./src",
"build": "ng-packagr -p ng-package.json -c tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"datagrid"
],
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"clean": "premove ./dist ./coverage",
"test:eslint": "eslint ./src",
"test:types": "tsc",
"test:build": "publint --strict",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"datagrid"
],
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"clean": "premove ./dist ./coverage",
"test:eslint": "eslint ./src",
"test:types": "tsc",
"test:lib": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"datagrid"
],
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"clean": "premove ./dist ./coverage",
"test:eslint": "eslint ./src",
"test:types": "tsc",
"test:build": "publint --strict",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"datagrid"
],
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"clean": "premove ./dist ./coverage",
"test:eslint": "eslint ./src",
"test:types": "tsc",
"test:build": "publint --strict",
Expand Down
2 changes: 1 addition & 1 deletion packages/virtual-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"datagrid"
],
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"clean": "premove ./dist ./coverage",
"test:eslint": "eslint ./src",
"test:types": "tsc",
"test:lib": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"datagrid"
],
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"clean": "premove ./dist ./coverage",
"test:eslint": "eslint ./src",
"test:types": "tsc",
"test:build": "publint --strict",
Expand Down
68 changes: 10 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23b1780

Please sign in to comment.