You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2018/12/12 23:43:40 UTC

[incubator-skywalking-website] branch asf-site updated: Update: add clean script (#4)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3faf31a  Update: add clean script (#4)
3faf31a is described below

commit 3faf31ae34e17db2e666a6ad71d1caf0b3114e86
Author: Allen Wang <Al...@outlook.com>
AuthorDate: Thu Dec 13 07:43:36 2018 +0800

    Update: add clean script (#4)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 43e053c..b1df766 100755
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "author": "Fing <mt...@163.com>",
   "repository": "https://github.com/mtobeiyf/vuepress-homepage.git",
   "scripts": {
-    "clean": "rimraf dist/*",
+    "clean": "rimraf dist/* assets blog downloads events zh team",
     "dev": "vuepress dev docs",
     "build": "vuepress build docs && mv dist/* ."
   },