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/22 19:21:02 UTC

[incubator-annotator] 03/03: Add prepublish script

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 50a5fe94c52ade572c6e0c4458412b861d2e126c
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed May 22 14:42:06 2019 -0400

    Add prepublish script
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 6f23ea3..6cbd439 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
     "clean": "lerna exec -- rimraf esm lib",
     "lint": "eslint . --ext js,mjs --fix --quiet",
     "prepare": "lerna run prepare",
+    "prepublish": "yarn run build",
     "start": "webpack-dev-server --hot --mode development",
     "test": "cross-env BABEL_ENV=test nyc mocha packages/*/test/**/*.js",
     "validate": "cross-env BABEL_ENV=test nyc mocha test/**/*.js"