Merge pull request #493 from ing-bank/fix/yarn-lock-scan
fix: improve yarn lock scan, always run
This commit is contained in:
commit
ae924d7563
2 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
hooks: {
|
hooks: {
|
||||||
'pre-commit': 'lint-staged',
|
'pre-commit': 'lint-staged && node ./scripts/yarn-lock-scan.js',
|
||||||
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
|
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -74,9 +74,6 @@
|
||||||
],
|
],
|
||||||
"*package.json": [
|
"*package.json": [
|
||||||
"node ./scripts/lint-versions.js"
|
"node ./scripts/lint-versions.js"
|
||||||
],
|
|
||||||
"yarn.lock": [
|
|
||||||
"node ./scripts/yarn-lock-scan.js"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bundlesize": [
|
"bundlesize": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue