Skip to content

Commit ace7ea2

Browse files
authored
Install Dependencies in Publish Job (#168)
1 parent 1adce41 commit ace7ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
9595
- run: cd Escape && swift build -c release
9696
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
97+
- run: cd project && yarn
9798
- run: cd project && Escape cordova publish
9899

99100
workflows:

0 commit comments

Comments
 (0)