Add build ios action
This commit is contained in:
parent
7f497650fa
commit
5ee440040f
|
@ -1,13 +1,13 @@
|
|||
name: Linter
|
||||
name: Build
|
||||
on: push
|
||||
jobs:
|
||||
super-lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
build-ios:
|
||||
name: build-ios
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
- name: Bootstrap
|
||||
run: yarn bootstrap
|
|
@ -1,8 +1,8 @@
|
|||
name: Linter
|
||||
on: push
|
||||
jobs:
|
||||
super-lint:
|
||||
name: Lint
|
||||
eslint:
|
||||
name: ESLint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "yarn eslint -c .eslintrc.js",
|
||||
"build:ios": "",
|
||||
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
||||
"example": "yarn --cwd example",
|
||||
"pods": "cd example && pod-install --quiet",
|
||||
|
|
Loading…
Reference in New Issue