Move from yarn to npm

This commit is contained in:
Fedor Indutny 2024-06-24 13:14:32 -07:00 committed by GitHub
parent 59b27974f0
commit 2478bf1bd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 53620 additions and 26702 deletions

View file

@ -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);