Skip to content

Commit 7bed08a

Browse files
author
Sagar Jain
committed
feat: improved instagram feed CSS and 404 page redesign
1 parent d158cfc commit 7bed08a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
"tslint-react": "^4.0.0",
9090
"typescript": "^3.0.0"
9191
},
92+
"husky": {
93+
"hooks": {
94+
"pre-commit": "npm run lint",
95+
"pre-push": "npm run build && git add public && git commit -m 'fix: updated public folder for release'"
96+
}
97+
},
9298
"browserslist": [
9399
">0.2%",
94100
"not dead",

0 commit comments

Comments
 (0)