fix(core): update

This commit is contained in:
2019-10-02 11:33:52 +02:00
parent f4d8656831
commit f78c80e100
4 changed files with 1847 additions and 269 deletions

View File

@@ -152,7 +152,7 @@ export class NpmciNpmManager {
public async install(): Promise<void> {
logger.log('info', 'now installing dependencies:');
await bash('npm install');
await bash('npm ci');
}
public async test(): Promise<void> {