run build script easier
This commit is contained in:
parent
74aca33a05
commit
84855e36fd
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
"lint": "eslint 'app/' 'index.ios.js' 'index.android.js'",
|
"lint": "eslint 'app/' 'index.ios.js' 'index.android.js'",
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||||
"test": "npm run lint",
|
"test": "npm run lint",
|
||||||
"link": "rnpm link"
|
"link": "rnpm link",
|
||||||
|
"build": "./scripts/build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"immutable": "=3.8.1",
|
"immutable": "=3.8.1",
|
||||||
|
|
Reference in a new issue