Repository: atlas Updated Branches: refs/heads/master 65d42c16f -> b14736c90
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/b14736c9 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/b14736c9 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/b14736c9 Branch: refs/heads/master Commit: b14736c907b63905b51153b241f5a8262be1f94a Parents: 65d42c1 Author: kevalbhatt <[email protected]> Authored: Wed Aug 29 14:23:06 2018 +0530 Committer: kevalbhatt <[email protected]> Committed: Wed Aug 29 19:24:52 2018 +0530 ---------------------------------------------------------------------- dashboardv2/package.json | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/b14736c9/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"
