hyper/circle.yml
Leo Lamprecht ec8bd4ef99 Only publish for tags (#2112)
* Only publish for tags

* Tell Yarn the right thing
2017-08-22 00:27:58 +02:00

26 lines
367 B
YAML

machine:
xcode:
version: 8.2
dependencies:
pre:
- npm install -g yarn
override:
- yarn
test:
override:
- yarn test
deployment:
artifacts:
branch: /.*/
owner: zeit
commands:
- yarn run dist -- -p 'never'
- cp dist/*.zip $CIRCLE_ARTIFACTS
release:
tag: /.*/
owner: zeit
commands:
- yarn run dist