build: update dependencies

This commit is contained in:
Michel Jonathan Schmitz
2019-06-19 16:11:52 +02:00
parent bafcabf7cb
commit 38f5445634
3 changed files with 504 additions and 368 deletions

View File

@@ -20,7 +20,21 @@ build:
artifacts:
paths:
- lib
expire_in: 1 week
package:
dependencies:
- build
tags:
- secrecy
stage: deploy
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
- npm publish
only:
- /^v[0-9]+.[0-9]+.[0-9]+$/
artifacts:
paths:
- lib
audit:
stage: test