From 986263ec5bd0eaa31c9270496da5ef14640dfb60 2019-03-09 23:05:35 From: Marcin Lulek Date: 2019-03-09 23:05:35 Subject: [PATCH] package.json: add npm scripts --- 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" } }