fix(core): update

This commit is contained in:
Philipp Kunz 2020-08-12 16:32:16 +00:00
parent f61640b65a
commit 956bcdf16e

View File

@ -33,7 +33,7 @@ auditProductionDependencies:
- npmci npm prepare
- npmci command npm install --production --ignore-scripts
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high --only=prod
- npmci command npm audit --audit-level=high --only=prod --production
tags:
- docker