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: test:
stage: test stage: test
script: script:
- npm install - yarn install
- npm test - yarn test
build:
stage: build
script:
- yarn build:frontend
pack: pack:
stage: deploy stage: publish
script: script:
- npm install - yarn pack
- npm pack
artifacts: artifacts:
paths: paths:
- ./*.tgz - ./*.tgz

BIN
websprocket-v1.0.0.tgz Normal file

Binary file not shown.