Updating pipelines to checkout examples prior to packages
parent
136c081a87
commit
177addef15
|
@ -8,6 +8,9 @@ image: atlassian/default-image:2
|
||||||
pipelines:
|
pipelines:
|
||||||
custom:
|
custom:
|
||||||
npmpublish:
|
npmpublish:
|
||||||
|
- step:
|
||||||
|
script:
|
||||||
|
- git submodule update --init
|
||||||
- step:
|
- step:
|
||||||
script:
|
script:
|
||||||
- echo "Publishing Unity UI Extensions to NPM"
|
- echo "Publishing Unity UI Extensions to NPM"
|
||||||
|
|
Loading…
Reference in New Issue