File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 2929 - run :
3030 name : Install dependencies
3131 command : |
32- yarn install --cwd example --frozen-lockfile
33- yarn install --frozen-lockfile
32+ npm install --cwd example --frozen-lockfile
33+ npm install --frozen-lockfile
3434 - save_cache :
3535 key : dependencies-{{ checksum "package.json" }}
3636 paths : node_modules
4848 - run :
4949 name : Lint files
5050 command : |
51- yarn lint
51+ npm run lint
5252
5353 unit-tests :
5454 executor : default
5757 - run :
5858 name : Run unit tests
5959 command : |
60- yarn test --coverage
60+ npm test --coverage
6161 - store_artifacts :
6262 path : coverage
6363 destination : coverage
6969 - run :
7070 name : Build package
7171 command : |
72- yarn prepare
72+ npm prepare
7373
7474workflows :
7575 build-and-test :
Original file line number Diff line number Diff line change 103103 " node_modules/" ,
104104 " lib/"
105105 ],
106- "prettier" : {
107- "quoteProps" : " consistent" ,
108- "singleQuote" : true ,
109- "tabWidth" : 2 ,
110- "trailingComma" : " es5" ,
111- "useTabs" : false
112- },
113106 "react-native-builder-bob" : {
114107 "source" : " src" ,
115108 "output" : " lib" ,
You can’t perform that action at this time.
0 commit comments