This commit is contained in:
2018-05-10 22:29:06 +02:00
parent 76fbd0c972
commit 6284396a16
2 changed files with 9 additions and 5 deletions

View File

@@ -12,14 +12,18 @@ cache:
test:
stage: test
script:
- npm install
- npm test
- yarn install
- yarn test
build:
stage: build
script:
- yarn build:frontend
pack:
stage: deploy
stage: publish
script:
- npm install
- npm pack
- yarn pack
artifacts:
paths:
- ./*.tgz