Merge pull request #493 from ing-bank/fix/yarn-lock-scan

fix: improve yarn lock scan, always run
This commit is contained in:
Thijs Louisse 2020-01-09 16:40:40 +01:00 committed by GitHub
commit ae924d7563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
hooks: {
'pre-commit': 'lint-staged',
'pre-commit': 'lint-staged && node ./scripts/yarn-lock-scan.js',
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
},
};

View file

@ -74,9 +74,6 @@
],
"*package.json": [
"node ./scripts/lint-versions.js"
],
"yarn.lock": [
"node ./scripts/yarn-lock-scan.js"
]
},
"bundlesize": [