Skip to content

Commit

Permalink
Remove rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Feb 28, 2024
1 parent 72985e1 commit 2955588
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion 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 @@ -25,8 +25,7 @@
"start": "vite --host --open",
"build": "tsc && vite build",
"build:demo": "tsc && vite build --config vite.demo.config.ts",
"lint:scripts": "eslint . --ext .ts",
"clean": "rimraf ./dist ./docs"
"lint:scripts": "eslint . --ext .ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
Expand All @@ -36,7 +35,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 2955588

Please sign in to comment.