mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
[setup] Make use of postinstall-build to build dist if required
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"flow": "flow",
|
||||
"lint": "eslint ./src",
|
||||
"prepublish": "npm run clean && npm run build",
|
||||
"postinstall": "opencollective postinstall",
|
||||
"postinstall": "postinstall-build dist && opencollective postinstall",
|
||||
"test-cli": "node ./bin/test.js",
|
||||
"tests-packager": "cd tests && npm run start",
|
||||
"tests-npm-install": "cd tests && npm install",
|
||||
@@ -96,6 +96,7 @@
|
||||
"dependencies": {
|
||||
"bows": "^1.6.0",
|
||||
"opencollective": "^1.0.3",
|
||||
"postinstall-build": "^5.0.1",
|
||||
"prop-types": "^15.6.0"
|
||||
},
|
||||
"rnpm": {
|
||||
|
||||
Reference in New Issue
Block a user