Skip to content

Commit 7e6009c

Browse files
committed
prepublish
1 parent 9da27de commit 7e6009c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
flow-typed/
2+
build/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"typescript-check": "tsc --noEmit --skipLibCheck --jsx react ./typings/__tests__/*",
4545
"lint": "eslint src --cache",
4646
"release": "release-it",
47+
"prepublish": "yarn build",
4748
"build": "babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
4849
},
4950
"jest": {

0 commit comments

Comments
 (0)