File tree Expand file tree Collapse file tree 5 files changed +307
-867
lines changed
packages/react-native-app-auth Expand file tree Collapse file tree 5 files changed +307
-867
lines changed Original file line number Diff line number Diff line change 2020 - name : Install dependencies
2121 run : yarn install --frozen-lockfile
2222
23+ - name : Build Plugin
24+ run : yarn run build
25+
2326 - name : Lint
2427 run : yarn run lint
2528
Original file line number Diff line number Diff line change 2828 - name : Install dependencies
2929 run : yarn install --frozen-lockfile
3030
31+ - name : Build Plugin
32+ run : yarn run build
33+
3134 - name : Unit Tests
3235 run : yarn test
3336
Original file line number Diff line number Diff line change 2222 ],
2323 "license" : " MIT" ,
2424 "scripts" : {
25+ "build" : " yarn workspace react-native-app-auth build" ,
2526 "changeset" : " changeset" ,
2627 "lint" : " yarn workspace react-native-app-auth lint" ,
2728 "test" : " yarn workspace react-native-app-auth test" ,
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "test" : " jest" ,
99 "lint" : " eslint ." ,
10- "build" : " expo-module-scripts build plugin" ,
11- "clean" : " expo-module-scripts clean plugin" ,
12- "lint:plugin" : " expo-module-scripts lint plugin" ,
13- "test:plugin" : " expo-module-scripts test plugin"
10+ "build" : " expo-module build plugin" ,
11+ "clean" : " expo-module clean plugin" ,
12+ "lint:plugin" : " expo-module lint plugin" ,
13+ "test:plugin" : " expo-module test plugin"
1414 },
1515 "files" : [
1616 " android" ,
You can’t perform that action at this time.
0 commit comments