Updating pipelines to checkout examples prior to packages

release
Simon (Darkside) Jackson 2021-05-10 19:58:09 +01:00
parent 136c081a87
commit 177addef15
1 changed files with 3 additions and 0 deletions

View File

@ -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"