aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-16 12:57:50 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-16 12:58:45 +0530
commit47b30902244e9d9de969050aed6526f14f73694d (patch)
treee9b7ea9a158189338619a13e7fea601a26c1347e /package.json
parentFixing incorrect example in TweetDeck. (diff)
downloadferdium-recipes-47b30902244e9d9de969050aed6526f14f73694d.tar.gz
ferdium-recipes-47b30902244e9d9de969050aed6526f14f73694d.tar.zst
ferdium-recipes-47b30902244e9d9de969050aed6526f14f73694d.zip
Adding husky pre-commit hook
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/package.json b/package.json
index ff973c1..12ef1f8 100644
--- a/package.json
+++ b/package.json
@@ -40,10 +40,5 @@
40 "imagemin-cli": "^6.0.0", 40 "imagemin-cli": "^6.0.0",
41 "prettier": "^2.3.0", 41 "prettier": "^2.3.0",
42 "simple-git": "^2.39.0" 42 "simple-git": "^2.39.0"
43 },
44 "husky": {
45 "hooks": {
46 "pre-commit": "npm run lint && npm run reformat-files && npm run package"
47 }
48 } 43 }
49} 44}