Skip to content

Commit

Permalink
feat: husky 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuTae98 committed May 16, 2024
1 parent b7b6ede commit 316a699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"typescript": "^5.3.3"
},
"husky":{
"pre-push":"npm run build"
"hooks":{
"pre-push":"npm run build"
}
}
}

0 comments on commit 316a699

Please sign in to comment.