Updated package.json to run bower install post npm install
Project: http://git-wip-us.apache.org/repos/asf/ode-console/repo Commit: http://git-wip-us.apache.org/repos/asf/ode-console/commit/42a97c46 Tree: http://git-wip-us.apache.org/repos/asf/ode-console/tree/42a97c46 Diff: http://git-wip-us.apache.org/repos/asf/ode-console/diff/42a97c46 Branch: refs/heads/master Commit: 42a97c467039e0fdab3495ae77032a46da8fb26f Parents: 6279e8d Author: sathwik <[email protected]> Authored: Thu Sep 1 12:12:20 2016 +0530 Committer: sathwik <[email protected]> Committed: Thu Sep 1 12:12:20 2016 +0530 ---------------------------------------------------------------------- package.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode-console/blob/42a97c46/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index e9be3f4..c75755e 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,8 @@ }, "engines": { "node": ">=0.10.0" + }, + "scripts": { + "postinstall": "bower install" } }
