UNPKG

593 BYAMLView Raw
1version: 2.1
2
3orbs:
4 yarn: artsy/yarn@6.2.0
5 auto: artsy/auto@2.1.0
6
7workflows:
8 build_and_verify:
9 jobs:
10 - yarn/update-cache
11 - yarn/test
12 - auto/publish-canary:
13 context: npm-deploy
14 filters:
15 branches:
16 ignore:
17 - master
18 requires:
19 - yarn/test
20 - yarn/update-cache
21 - auto/publish:
22 context: npm-deploy
23 filters:
24 branches:
25 only:
26 - master
27 requires:
28 - yarn/test
29 - yarn/update-cache