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",