Skip to content

Commit

Permalink
🐎 ci: git rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Sep 21, 2024
1 parent 4f0c898 commit 0071fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"preinstall": "npx only-allow pnpm && npm run corepack:pnpm",
"corepack:pnpm": "corepack enable && corepack install",
"git:fetch": "git fetch -p",
"git:dev-2-main": "git rebase dev main",
"git:main-2-dev": "git rebase main dev",
"rm:node_modules": "pnpm -r rm:node_modules && rimraf node_modules pnpm-lock.yaml",
"clear": "rimraf dist .turbo .vercel .cache .temp",
"pnpm:clear": "pnpm -r clear && pnpm run clear",
Expand Down

0 comments on commit 0071fc4

Please sign in to comment.