You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/29 15:21:49 UTC

[echarts-www] branch master updated: exit on fail immediately

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

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new d86fd8b  exit on fail immediately
d86fd8b is described below

commit d86fd8bea5cde881c3ab902efcaa9a5019d5b1ec
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Jul 29 23:21:38 2021 +0800

    exit on fail immediately
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 48ea5fe..13057f7 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "scripts": {
     "build": "bash bin/release.sh --env=localsite",
     "localsite": "bash bin/release.sh --env=localsite",
-    "release": "bash bin/release.sh --env asf",
+    "release": "bash -e -u -o pipefail bin/release.sh --env asf",
     "dev:all": "npm run localsite",
     "dev": "node bin/build.js --env=localsite",
     "jade": "node bin/build.js --env=localsite --filter=jade",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org