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

wangzx pushed a commit to branch update-script
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit ebe5a4e3c88a22b473d05d3df361497f5f7eb657
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Thu Mar 23 19:48:50 2023 +0800

    chore: update deprecated npm `prepublish` hook to `prepare`
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 7f7cc0e2b..f082f2b70 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
     "build:extension": "node build/build.js --type extension",
     "dev:fast": "node build/build-i18n.js && node build/dev-fast.js",
     "dev": "npx -y concurrently -n build,server \"npm run dev:fast\" \"npx -y 
http-server -c-1 -s -o test\"",
-    "prepublish": "npm run build:lib",
+    "prepare": "npm run build:lib",
     "release": "npm run build:lib && npm run build:i18n && npm run build && 
npm run build:esm && npm run build:extension",
     "help": "node build/build.js --help",
     "test:visual": "node test/runTest/server.js",


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

Reply via email to