aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 09:43:20 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 04:14:23 +0000
commit87327c1d4184941952883fa4b5e212573b4b06a5 (patch)
tree2b5c82a0717fac8159042e2329942d130ee95252 /package.json
parentAdding husky pre-commit hook (diff)
downloadferdium-recipes-87327c1d4184941952883fa4b5e212573b4b06a5.tar.gz
ferdium-recipes-87327c1d4184941952883fa4b5e212573b4b06a5.tar.zst
ferdium-recipes-87327c1d4184941952883fa4b5e212573b4b06a5.zip
Missed 'prepare' step that enforces the installation of the git pre-commit hooks
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 12ef1f8..60d1574 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
7 "doc": "docs" 7 "doc": "docs"
8 }, 8 },
9 "scripts": { 9 "scripts": {
10 "prepare": "husky install",
10 "package": "node scripts/package.js", 11 "package": "node scripts/package.js",
11 "create": "node scripts/create.js", 12 "create": "node scripts/create.js",
12 "lint": "eslint --quiet --fix recipes", 13 "lint": "eslint --quiet --fix recipes",