Skip to content

Commit

Permalink
feat: add gpush script for git push without verification
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo committed Aug 12, 2024
1 parent f76c219 commit 8dec23f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test:api": "pnpm run --filter=api test",
"test:web:e2e": "pnpm run --filter=web test:e2e",
"test:api:e2e": "pnpm run --filter=api test:e2e",
"prepare": "husky"
"prepare": "husky",
"gpush": "git push --no-verify"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
Expand Down

0 comments on commit 8dec23f

Please sign in to comment.