You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/07/16 13:27:24 UTC

[incubator-dubbo-website] 01/02: Remove build directory before running gulp build. #53

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

huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git

commit db03d0ccb14b8760e2ec9a55110fe0afe039033a
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Jul 16 21:26:15 2018 +0800

    Remove build directory before running gulp build. #53
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 38a9da8..b10f1ad 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "private": true,
   "scripts": {
     "start": "gulp",
-    "build": "gulp build"
+    "build": "rm -rf build && gulp build"
   },
   "devDependencies": {
     "babel-core": "6.23.1",