fix(core): update

This commit is contained in:
Philipp Kunz 2020-08-12 16:08:02 +00:00
parent 8bf9e3d691
commit 19160170a9

View File

@ -29,7 +29,7 @@ audit:
stage: security stage: security
script: script:
- npmci npm prepare - npmci npm prepare
- npmci command npm install --ignore-scripts - npmci command npm install --production --ignore-scripts
- npmci command npm config set registry https://registry.npmjs.org - npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high - npmci command npm audit --audit-level=high
tags: tags: