Skip to content

Commit

Permalink
chore: simplify reset script
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 28, 2024
1 parent cf21246 commit 9e74b57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"release": "cd ./packages/vike-react/ && pnpm run release",
"release:minor": "cd ./packages/vike-react/ && pnpm run release:minor",
"release:commit": "cd ./packages/vike-react/ && pnpm run release:commit",
"========= Clean": "",
"clean": "git clean -Xdf",
"reset": "pnpm run clean && pnpm install && pnpm run build",
"========= Reset": "",
"reset": "git clean -Xdf && pnpm install && pnpm run build",
"========= Only allow pnpm; forbid yarn & npm": "",
"preinstall": "npx only-allow pnpm"
},
Expand Down

0 comments on commit 9e74b57

Please sign in to comment.