fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-02 11:56:59 +02:00
parent 693bda6a49
commit 83d7d46896

View File

@ -22,6 +22,9 @@ export class NpmciNpmManager {
case 'install':
await this.install();
break;
case 'build':
await this.build();
break;
case 'prepare':
await this.prepare();
break;