From fe1fb5fa3c5455e570a2a3f3bb47ab81465c7cb1 Mon Sep 17 00:00:00 2001 From: jbavari Date: Mon, 5 Oct 2015 10:05:45 -0600 Subject: [PATCH] Chore(scripts): Update npm scripts to assist in linking project and running tests --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e75ae0c89a..dd0e3ebd48 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "type": "git", "url": "https://github.com/driftyco/ionic2.git" }, + "scripts": { + "test": "gulp tests", + "link": "npm install && gulp src && npm link" + }, "dependencies": { "angular2": "2.0.0-alpha.37", "reflect-metadata": "0.1.1",