Skip to content

Commit f0d7c5e

Browse files
authored
Merge pull request #68 from react-native-community/fix-release
(fix): Add a prepare script to package.json
2 parents f5bd298 + 3ceda65 commit f0d7c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8+
"prepare": "yarn build",
89
"build": "tsc",
910
"test": "jest",
1011
"lint": "eslint src/**/*.ts",

0 commit comments

Comments
 (0)