Skip to content

Commit

Permalink
Replace rm with rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqu committed Mar 26, 2021
1 parent 0e52939 commit 6403b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"build": "tsc",
"build:clean": "rm -rf dist/ && npm run build",
"build:clean": "rimraf dist/ && npm run build",
"lint": "eslint --ext .js,.ts .",
"prepare": "npm run build:clean"
},
Expand Down Expand Up @@ -53,6 +53,7 @@
"husky": "^5.2.0",
"jest": "^26.6.3",
"prop-types": "^15.7.2",
"rimraf": "^2.6.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
Expand Down

0 comments on commit 6403b5a

Please sign in to comment.