This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git
commit 793f0b9fd2ebf61c18deb7234d1181b71f94100f Author: Vadim Ogievetsky <vadi...@gmail.com> AuthorDate: Tue Jun 4 08:52:32 2019 -0700 add script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cbbd546..f762c90 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "run": "bundle exec jekyll serve --future --port 4001 --safe", "start": "bundle exec jekyll serve --future --port 4001 --safe", "watch": "gulp watch", - "compile": "gulp all; bundle exec jekyll build" + "compile": "gulp all; bundle exec jekyll build", + "build": "npm run compile && rm -r ../incubator-druid-website/* && cp -r ./_site/* ../incubator-druid-website/" }, "dependencies": { "broken-link-checker": "0.7.8", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org