Skip to content

Commit

Permalink
chore: Remove rimraf dev dependency (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Jul 18, 2023
1 parent 81d6da3 commit f3db25b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 306 deletions.
303 changes: 0 additions & 303 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build": "node -e \"fs.rmSync('./dist',{force:true,recursive:true})\" && tsc",
"lint": "tsc --noEmit -p tsconfig.lint.json && eslint --ignore-path .gitignore .",
"lint-fix": "tsc --noEmit -p tsconfig.lint.json && eslint --fix --ignore-path .gitignore .",
"test": "mocha --require ts-node/register --recursive \"test/**/*.test.*\"",
Expand Down Expand Up @@ -46,7 +45,6 @@
"eslint": "8.45.0",
"eslint-plugin-jsdoc": "46.4.4",
"mocha": "10.2.0",
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
Expand Down

0 comments on commit f3db25b

Please sign in to comment.