diff --git a/package.json b/package.json index 4efe5ab..8dabfe9 100644 --- a/package.json +++ b/package.json @@ -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",