Repository: atlas Updated Branches: refs/heads/branch-1.0 bec089564 -> 0f31b466a
ATLAS-2847 : UI: Add grunt scripts in package.json Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/0f31b466 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/0f31b466 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/0f31b466 Branch: refs/heads/branch-1.0 Commit: 0f31b466a5d6a0a66be923fb04ce428c845dd327 Parents: bec0895 Author: kevalbhatt <[email protected]> Authored: Wed Aug 29 14:23:06 2018 +0530 Committer: kevalbhatt <[email protected]> Committed: Fri Aug 31 19:36:25 2018 +0530 ---------------------------------------------------------------------- dashboardv2/package.json | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/0f31b466/dashboardv2/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"
