File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,24 @@ before_install:
55- export PATH=$HOME/.yarn/bin:$PATH
66- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
77script :
8- - if [ "x${CORE_BRANCH}x" != "xx" ]; then npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core && export UPSTREAM_PKGS=@uirouter/core ; fi
9- - tsc
10- - yarn test
11- - yarn docs
12- - yarn test:downstream
8+ - if [ "x${CORE_BRANCH}x" != "xx" ]; then npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
9+ - tsc &&
10+ yarn test &&
11+ yarn docs &&
12+ yarn test:downstream
1313env :
1414 matrix :
1515 - CORE_BRANCH=
16- - CORE_BRANCH=master
16+ - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
1717notifications :
1818 slack :
1919 on_success : never
2020 rooms :
2121 secure : alXA+pERLtF4DNctl+WaISO3uzUA/JzVCzSrDlNsV9Jvx1HdAqRNbrrnNYzCZBIU6OOv5YBGFbq79v5NPKzMPzoR8dp3PahlxRgucxALweoTCXY5DuDHVSI9ULLl2PND7QOfKyUALuAz5nmT7omPVxRKCpBkVsqewLfMeW1MRgE=
2222sudo : false
23+ git :
24+ depth : 3
2325cache :
24- yarn : true
2526 directories :
26- - " .downstream_cache"
2727 - node_modules
28+ - " .downstream_cache"
You can’t perform that action at this time.
0 commit comments