We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da27de commit 7e6009cCopy full SHA for 7e6009c
.eslintignore
@@ -1 +1,2 @@
1
flow-typed/
2
+build/
package.json
@@ -44,6 +44,7 @@
44
"typescript-check": "tsc --noEmit --skipLibCheck --jsx react ./typings/__tests__/*",
45
"lint": "eslint src --cache",
46
"release": "release-it",
47
+ "prepublish": "yarn build",
48
"build": "babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
49
},
50
"jest": {
0 commit comments