From 84855e36fda46c0366d07792829e44f119304b3e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 28 Apr 2016 17:34:51 +0100 Subject: [PATCH] run build script easier --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",