This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 72028a8 fix(script): use shortened npm command to be compatible with
Windows CMD.
72028a8 is described below
commit 72028a804edb02813e7fe0d6df96cf471fc3ba09
Author: plainheart <[email protected]>
AuthorDate: Wed Feb 3 09:27:25 2021 +0800
fix(script): use shortened npm command to be compatible with Windows CMD.
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 4159981..4e2b191 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"watch:site": "npx webpack --config build/webpack.config.js --mode
development --devtool sourcemap --watch",
"server": "node server.js",
"format": "node tool/format.js",
- "dev": "npx concurrently --kill-others \"npm run watch\" \"npm run
watch:site\" \"npm run server\""
+ "dev": "npx concurrently --kill-others \"npm:watch\" \"npm:watch:site\"
\"npm:server\""
},
"license": "Apache License 2.0",
"devDependencies": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]