Skip to content

Commit

Permalink
chore(upgrade): Remove del-cli dep (#4430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Oct 30, 2024
1 parent 311ddac commit 73b2897
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 331 deletions.
2 changes: 2 additions & 0 deletions .changeset/sharp-beers-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
329 changes: 0 additions & 329 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"scripts": {
"build": "npm run clean && NODE_ENV=production babel --keep-file-extension --out-dir=dist src --copy-files",
"clean": "del-cli dist/*",
"clean": "rm -rf dist/*",
"dev": "babel --keep-file-extension --out-dir=dist --watch src --copy-files",
"lint": "eslint src/",
"lint:publint": "publint",
Expand Down Expand Up @@ -52,7 +52,6 @@
"@babel/cli": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/jscodeshift": "^0.12.0",
"del-cli": "^5.1.0",
"eslint-config-custom": "*",
"vitest": "^2.1.3"
},
Expand Down

0 comments on commit 73b2897

Please sign in to comment.