From 177addef15edb9f3b61b85b08ce0487b463fddb2 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Mon, 10 May 2021 19:58:09 +0100 Subject: [PATCH] Updating pipelines to checkout examples prior to packages --- bitbucket-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 300a66f..25b7db0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,6 +8,9 @@ image: atlassian/default-image:2 pipelines: custom: npmpublish: + - step: + script: + - git submodule update --init - step: script: - echo "Publishing Unity UI Extensions to NPM"