Skip to content

Commit 4e0aed3

Browse files
committed
feat: added conventinal commit feature
1 parent 6d33b6d commit 4e0aed3

3 files changed

Lines changed: 5010 additions & 1761 deletions

File tree

.husky/commit-msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
pnpm exec commitlint --edit $1

backend/src/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ if (!process.env.PORT) {
2121
app.listen(process.env.PORT, () => {
2222
logger.info('server started dont need worry');
2323
});
24-
25-

0 commit comments

Comments
 (0)