Skip to content

Commit

Permalink
chore: replace rimraf with premove
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Dec 23, 2024
1 parent eb324c2 commit df071d8
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 211 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "run-s clean build:lib copy",
"build:lib": "tsc",
"build:site": "run-s build docs:build",
"clean": "rimraf dist *.tsbuildinfo",
"clean": "premove dist *.tsbuildinfo",
"copy": "copyfiles -a -u 1 -V src/**/*.css dist",
"dev": "run-s clean dev:lib",
"dev:lib": "tsc-watch --onSuccess \"npm run copy\"",
Expand All @@ -65,17 +65,17 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.9.4",
"@ntnyq/eslint-config": "^3.10.2",
"@ntnyq/prettier-config": "^1.22.0",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"bumpp": "^9.9.2",
"copyfiles": "^2.4.1",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.2",
"premove": "^4.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
Expand Down
Loading

0 comments on commit df071d8

Please sign in to comment.