diff --git a/frontend/package.json b/frontend/package.json index 221f8cc..826e9e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,5 +24,10 @@ }, "dependencies": { "grunt-cli": "^1.3.2" + }, + "scripts": { + "bower": "bower install", + "build": "grunt", + "watch": "grunt watch" } }