fix: run correct lock-scan file type (#2342)
This commit is contained in:
parent
95b7460367
commit
ec81abb293
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ module.exports = {
|
||||||
'prettier --write',
|
'prettier --write',
|
||||||
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
|
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
|
||||||
],
|
],
|
||||||
'package-lock.json': ['node ./scripts/lock-scan.js'],
|
'package-lock.json': ['node ./scripts/lock-scan.mjs'],
|
||||||
'*package.json': absolutePaths => {
|
'*package.json': absolutePaths => {
|
||||||
const sortPackages = [];
|
const sortPackages = [];
|
||||||
absolutePaths.forEach(p => {
|
absolutePaths.forEach(p => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue