chore: update ios ci [skip e2e]
This commit is contained in:
6
.github/workflows/mobile.release.prod.yml
vendored
6
.github/workflows/mobile.release.prod.yml
vendored
@@ -82,7 +82,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
working-directory: 'packages/mobile'
|
working-directory: 'packages/mobile'
|
||||||
- name: Install dependencies
|
- 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
|
- run: yarn build:mobile
|
||||||
- name: Set ssh connection to Github
|
- name: Set ssh connection to Github
|
||||||
uses: webfactory/ssh-agent@v0.4.1
|
uses: webfactory/ssh-agent@v0.4.1
|
||||||
|
|||||||
@@ -3,9 +3,11 @@
|
|||||||
"version": "3.194.8",
|
"version": "3.194.8",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes.",
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
|
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
|
||||||
"clean": "rm -fr dist",
|
"clean": "rm -fr dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user