fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-23 21:35:32 +00:00
parent 9137d51267
commit ab23734e25

View File

@ -15,7 +15,7 @@ before_script:
- apk add --no-cache --virtual .build-deps build-base
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so \
- apk del .build-deps
- export LD_PRELOAD /lib/stack-fix.so
- export LD_PRELOAD="/lib/stack-fix.so"
- npm config set unsafe-perm true
- npm install -g @shipzone/npmci
- npmci npm prepare