You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/05/09 10:01:58 UTC

[incubator-annotator] 09/09: Clean both builds when running clean

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

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit d1efcfac1e67b35844c0337c989ed914a147c797
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu May 9 03:01:34 2019 -0700

    Clean both builds when running clean
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 65a7b8e..942543d 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
     "build": "lerna exec --parallel -- babel --root-mode upward -d lib src",
     "build:cjs": "cross-env BABEL_ENV=cjs yarn build:babel -d lib src",
     "build:esm": "cross-env BABEL_ENV=esm yarn build:babel -d esm src",
-    "clean": "lerna exec -- rimraf lib",
+    "clean": "lerna exec -- rimraf esm lib",
     "lint": "eslint . --ext js,mjs --fix --quiet",
     "prepare": "lerna run prepare",
     "start": "webpack-dev-server",