-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update eslint and other packages (#52)
- Loading branch information
1 parent
3784da7
commit 2da756e
Showing
4 changed files
with
176 additions
and
786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
extends:["@react-native-community"] | ||
} | ||
extends: ['@react-native-community'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,19 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
name: Checkout Code | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12.9.1' | ||
|
||
- name: Setup MSBuild | ||
uses: microsoft/[email protected].0 | ||
uses: microsoft/[email protected].2 | ||
with: | ||
vs-version: 16.5 | ||
|
||
- name: Setup NuGet | ||
uses: NuGet/[email protected].2 | ||
uses: NuGet/[email protected].5 | ||
|
||
- name: Check node modules cache | ||
uses: actions/cache@v1 | ||
|
@@ -47,7 +47,7 @@ jobs: | |
run: nuget restore example\windows\ProgressViewExample.sln | ||
|
||
- name: Build x64 release | ||
run: msbuild .\example\windows\ProgressViewExample.sln /p:Configuration=Release /p:Platform=x64 -m | ||
run: npx react-native run-windows --root example --arch x64 --release --no-packager --no-deploy --logging | ||
|
||
- name: Deploy | ||
shell: powershell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.