run build script easier

This commit is contained in:
Jake Howard 2016-04-28 17:34:51 +01:00
parent 74aca33a05
commit 84855e36fd

View file

@ -6,7 +6,8 @@
"lint": "eslint 'app/' 'index.ios.js' 'index.android.js'",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "npm run lint",
"link": "rnpm link"
"link": "rnpm link",
"build": "./scripts/build"
},
"dependencies": {
"immutable": "=3.8.1",