diff --git a/package.json b/package.json index c7023284ce..fb30fbac91 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.38", "@reactivex/rxjs": "0.0.0-prealpha.3",