Skip to content

Commit

Permalink
use rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 6, 2024
1 parent 2666cd3 commit f2b1112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vike-react-zustand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"dev": "tsc --watch",
"build": "rm -rf dist/ && tsc",
"build": "rimraf dist/ && tsc",
"release": "release-me patch",
"release:minor": "release-me minor",
"release:commit": "release-me commit"
Expand All @@ -34,6 +34,7 @@
"es-module-lexer": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vike": "^0.4.151",
"vike-react": "^0.3.8",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit f2b1112

Please sign in to comment.