create-react-native-library 0.57.1 → 0.57.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-react-native-library",
3
- "version": "0.57.1",
3
+ "version": "0.57.2",
4
4
  "description": "CLI to scaffold React Native libraries",
5
5
  "keywords": [
6
6
  "react-native",
@@ -63,5 +63,5 @@
63
63
  "@types/fs-extra": "^9.0.13",
64
64
  "@types/validate-npm-package-name": "^3.0.3"
65
65
  },
66
- "gitHead": "b95f05aa2f6c98e5fa332bc10c61592fa92435a9"
66
+ "gitHead": "f3868e68e5e1457d762960c697249582a150c52a"
67
67
  }
@@ -33,6 +33,7 @@ jobs:
33
33
  - name: Typecheck files
34
34
  run: yarn typecheck
35
35
 
36
+ <% if (tools.includes('jest')) { -%>
36
37
  test:
37
38
  runs-on: ubuntu-latest
38
39
 
@@ -45,6 +46,7 @@ jobs:
45
46
 
46
47
  - name: Run unit tests
47
48
  run: yarn test --maxWorkers=2 --coverage
49
+ <% } -%>
48
50
 
49
51
  build-library:
50
52
  runs-on: ubuntu-latest