Repository: atlas Updated Branches: refs/heads/branch-0.8 29de3b3b8 -> c3bd5098e
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/3deabe3c Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/3deabe3c Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/3deabe3c Branch: refs/heads/branch-0.8 Commit: 3deabe3c2b3e793e601737f8284c89eafa564641 Parents: 29de3b3 Author: kevalbhatt <[email protected]> Authored: Wed Aug 29 13:54:31 2018 +0530 Committer: kevalbhatt <[email protected]> Committed: Wed Aug 29 19:25:55 2018 +0530 ---------------------------------------------------------------------- dashboardv2/package.json | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/3deabe3c/dashboardv2/package.json ---------------------------------------------------------------------- diff --git a/dashboardv2/package.json b/dashboardv2/package.json index 9237c35..7144e67 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"
