Move from yarn to npm
This commit is contained in:
parent
59b27974f0
commit
2478bf1bd3
17 changed files with 53620 additions and 26702 deletions
|
@ -26,7 +26,6 @@ const EXTENSIONS_TO_CHECK = new Set([
|
|||
'.prettierignore',
|
||||
'.sh',
|
||||
'.snyk',
|
||||
'.yarnclean',
|
||||
'.yml',
|
||||
'.js',
|
||||
'.scss',
|
||||
|
@ -272,7 +271,7 @@ async function main() {
|
|||
console.log();
|
||||
}
|
||||
|
||||
console.log(chalk.magenta.bold('`yarn lint-license-comments` failed'));
|
||||
console.log(chalk.magenta.bold('`npm run lint-license-comments` failed'));
|
||||
console.log();
|
||||
|
||||
process.exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue