Skip to content

Commit

Permalink
deps(): add rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity committed Nov 8, 2021
1 parent f9f181f commit 3613c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p .",
"doc": "typedoc",
"lint": "eslint \"src/**/*.ts\"",
Expand Down Expand Up @@ -45,6 +46,7 @@
"mocha": "^9.1.1",
"prettier": "^2.3.2",
"release-it": "^14.11.6",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typedoc": "^0.21.5",
"typescript": "^4.3.5"
Expand Down

0 comments on commit 3613c6a

Please sign in to comment.