Browse Source
Merge pull request #2419 from mslourens/husky-pre-commit-hook
Husky pre commit hook
pull/2442/head
Martin McKeaveney
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
12 additions and
1 deletions
.husky/pre-commit
package.json
yarn.lock
@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn run lint
@ -7,6 +7,7 @@
"eslint" : "^7.28.0" ,
"eslint-plugin-cypress" : "^2.11.3" ,
"eslint-plugin-svelte3" : "^3.2.0" ,
"husky" : "^7.0.1" ,
"kill-port" : "^1.6.1" ,
"lerna" : "3.14.1" ,
"prettier" : "^2.3.1" ,
@ -46,6 +47,7 @@
"build:docker:develop" : "node scripts/pinVersions && lerna run build:docker && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh develop && cd -" ,
"release:helm" : "./scripts/release_helm_chart.sh" ,
"multi:enable" : "lerna run multi:enable" ,
"multi:disable" : "lerna run multi:disable"
"multi:disable" : "lerna run multi:disable" ,
"postinstall" : "husky install"
}
}
@ -2448,6 +2448,11 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"
husky@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c"
integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==
iconv-lite@^0.4.24, iconv-lite@~0.4.13:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"