We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adce41 commit ace7ea2Copy full SHA for ace7ea2
.circleci/config.yml
@@ -94,6 +94,7 @@ jobs:
94
- run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
95
- run: cd Escape && swift build -c release
96
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
97
+ - run: cd project && yarn
98
- run: cd project && Escape cordova publish
99
100
workflows:
0 commit comments