From 87327c1d4184941952883fa4b5e212573b4b06a5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 17 May 2021 09:43:20 +0530 Subject: Missed 'prepare' step that enforces the installation of the git pre-commit hooks --- .gitignore | 7 ++++++- .husky/.gitignore | 1 + package.json | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .husky/.gitignore diff --git a/.gitignore b/.gitignore index dd555ab..3af0158 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +.idea .DS_Store node_modules -archives/ \ No newline at end of file +archives/ +yarn-error.log +npm-debug.log* +lerna-debug.log +server*.log diff --git a/.husky/.gitignore b/.husky/.gitignore new file mode 100644 index 0000000..31354ec --- /dev/null +++ b/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/package.json b/package.json index 12ef1f8..60d1574 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "doc": "docs" }, "scripts": { + "prepare": "husky install", "package": "node scripts/package.js", "create": "node scripts/create.js", "lint": "eslint --quiet --fix recipes", -- cgit v1.2.3-70-g09d2