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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git

commit e991db7df996a5513ef487fc365cae9addf14e25
Author: kezhenxu94 <kezhenx...@163.com>
AuthorDate: Wed Jun 24 20:51:20 2020 +0800

    Clean lib directory as well and remove fix-lint script
---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 99293e3..c52b99f 100644
--- a/package.json
+++ b/package.json
@@ -9,10 +9,9 @@
     "generate-source": "scripts/protoc.sh",
     "build": "tsc --build src",
     "lint": "tslint -p tsconfig.json",
-    "fix-lint": "tslint --fix -p tsconfig.json",
     "test": "echo \"Error: no test specified\" && exit 1",
     "format": "prettier --write \"src/**/*.ts\"",
-    "clean": "(rm -rf src/proto || true) && (rm -rf src/proto || true)"
+    "clean": "(rm -rf src/proto || true) && (rm -rf src/proto || true) && (rm 
-rf lib || true)"
   },
   "files": [
     "lib/**/*"

Reply via email to