Skip to content

Commit 40e84d6

Browse files
committed
chore(husky): don't commit src folder
1 parent ec13f51 commit 40e84d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"husky": {
1515
"hooks": {
16-
"pre-commit": "npm run build && git add src lib"
16+
"pre-commit": "npm run build && git add lib"
1717
}
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)