Skip to content

Commit

Permalink
chore: remove dev-deps rimraf
Browse files Browse the repository at this point in the history
Close #999
  • Loading branch information
myfreeer committed Oct 7, 2024
1 parent 9961bc2 commit 26af371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18.17.0"
},
"scripts": {
"clean": "rimraf lib/*",
"clean": "node -e \"require('fs').rmSync('lib',{force:true,recursive:true})\"",
"tsc": "tsc",
"lint": "eslint --fix src test",
"test": "npm run lint && node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand All @@ -36,7 +36,6 @@
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.12.0",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
Expand Down

0 comments on commit 26af371

Please sign in to comment.