Skip to content

Commit

Permalink
chore: update ios ci [skip e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jun 5, 2024
1 parent 26af193 commit 3303c65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/mobile.release.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ jobs:
with:
working-directory: 'packages/mobile'
- name: Install dependencies
run: yarn install --immutable && bundle install && yarn install:pods
run: yarn install --immutable
- name: Bundle install
run: bundle install
- name: Install pods
run: yarn install:pods
- run: yarn build:mobile
- name: Set ssh connection to Github
uses: webfactory/ssh-agent@v0.4.1
Expand Down
6 changes: 4 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "3.194.8",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",
"author": "Standard Notes",
"private": true,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
"clean": "rm -fr dist",
Expand Down

0 comments on commit 3303c65

Please sign in to comment.