Browse Source

chore: replace npm with yarn command

pull/4968/head
mehmet-erim 6 years ago
parent
commit
4b0894eba7
  1. 2
      npm/ng-packs/scripts/publish.ts

2
npm/ng-packs/scripts/publish.ts

@ -27,7 +27,7 @@ const publish = async () => {
try {
await fse.remove('../dist');
await execa('npm', ['install'], { stdout: 'inherit', cwd: '../' });
await execa('yarn', ['install', '--ignore-scripts'], { stdout: 'inherit', cwd: '../' });
await fse.rename('../lerna.version.json', '../lerna.json');

Loading…
Cancel
Save