You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/02/09 14:17:34 UTC

incubator-weex-site git commit: add deploy script

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 2e3b66686 -> ce3adc944


add deploy script


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/ce3adc94
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/ce3adc94
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/ce3adc94

Branch: refs/heads/master
Commit: ce3adc944e8d3555422724ad51b30d251ff5733c
Parents: 2e3b666
Author: Hanks <zh...@gmail.com>
Authored: Fri Feb 9 22:16:59 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Fri Feb 9 22:16:59 2018 +0800

----------------------------------------------------------------------
 package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ce3adc94/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 048ac42..c38816e 100644
--- a/package.json
+++ b/package.json
@@ -3,10 +3,12 @@
   "version": "0.0.0",
   "private": true,
   "hexo": {
-    "version": "3.4.4"
+    "version": "3.5.0"
   },
   "scripts": {
     "server": "hexo server",
+    "clean": "rm -rf .deploy_git && hexo clean",
+    "deploy": "npm run clean && hexo deploy",
     "build": "hexo g -d -w"
   },
   "dependencies": {