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

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


The following commit(s) were added to refs/heads/joshfischer/asf-site by this 
push:
     new 9a432d5  correcting npm command
9a432d5 is described below

commit 9a432d57f617ba75fd91f480d3b5d0960d5b09fa
Author: Josh Fischer <[email protected]>
AuthorDate: Thu Nov 28 20:20:31 2019 -0600

    correcting npm command
---
 website2/website/scripts/build-site.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/build-site.sh 
b/website2/website/scripts/build-site.sh
index 2bd1099..2726601 100755
--- a/website2/website/scripts/build-site.sh
+++ b/website2/website/scripts/build-site.sh
@@ -24,7 +24,7 @@ set -x -e
 
 cd ${ROOT_DIR}/website2/website
 npm install yarn
-npm npm run-script build
+npm run-script build
 
 node ./scripts/replace.js
 

Reply via email to