feat: Adding husky and update pre-push hook

testing linting husky
This commit is contained in:
Leangseu Kim
2021-10-13 14:49:54 -04:00
committed by leangseu-edx
parent 3754ca12c3
commit 7e99e7cca2

View File

@@ -17,7 +17,8 @@
"start": "fedx-scripts webpack-dev-server --progress",
"test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests",
"watch-tests": "jest --watch",
"travis-deploy-once": "travis-deploy-once"
"travis-deploy-once": "travis-deploy-once",
"prepare": "husky install"
},
"author": "edX",
"license": "AGPL-3.0",