Skip to content

Commit

Permalink
chore: delete pre-push&lint-staged(temporary deletions wait for add e…
Browse files Browse the repository at this point in the history
…slint)
  • Loading branch information
cuixiaorui committed Feb 26, 2024
1 parent be54228 commit 29e3341
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,5 @@
"drizzle-orm": "^0.29.3",
"mysql2": "^3.7.0",
"zod": "^3.22.4"
},
"simple-git-hooks": {
"pre-push": "pnpm run test && npx lint-staged && pnpm run build:serve && pnpm run build:client"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --cache --fix"
]
}
}

0 comments on commit 29e3341

Please sign in to comment.