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 2019/12/23 07:20:31 UTC

[incubator-echarts-doc] branch release updated: ensure build before watch

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

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


The following commit(s) were added to refs/heads/release by this push:
     new 2835094  ensure build before watch
2835094 is described below

commit 283509446faf9776b8b9da0c58799e56c43c8f40
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Dec 23 15:20:19 2019 +0800

    ensure build before watch
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index c661ce9..12691aa 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
   },
   "scripts": {
     "build": "node build.js --env asf",
-    "watch": "node watch.js --env dev",
+    "watch": "node build.js --env dev && node watch.js --env dev",
     "build:site": "npx webpack --config build/webpack.config.js --mode production",
     "watch:site": "npx webpack --config build/webpack.config.js --mode development --devtool sourcemap --watch",
     "server": "node server.js",


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