You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2019/06/27 22:57:47 UTC

[incubator-druid-website-src] 06/48: add script

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git

commit 793f0b9fd2ebf61c18deb7234d1181b71f94100f
Author: Vadim Ogievetsky <va...@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-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org