ATLAS-2847 : UI: Add grunt scripts in package.json
diff --git a/dashboardv2/package.json b/dashboardv2/package.json
index 7fbd1bf..c4f7c49 100644
--- a/dashboardv2/package.json
+++ b/dashboardv2/package.json
@@ -6,6 +6,12 @@
     "type": "git",
     "url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
   },
+   "scripts": {
+    "dev": "grunt dev",
+    "build": "grunt build",
+    "dev-minify": "grunt dev-minify",
+    "build-minify": "grunt build-minify"
+  },
   "engines": {
     "node": "4.4.x",
     "npm": "3.8.x"