100pah commented on code in PR #75:
URL: https://github.com/apache/echarts-www/pull/75#discussion_r2477036259


##########
bin/release.sh:
##########
@@ -49,7 +49,7 @@ if [ ! -d "${themeProjectDir}" ]; then
     exit 1
 fi
 cd ${themeProjectDir}
-node build.js --release
+npm run release

Review Comment:
   I do not quite understand:
   `npm run release` seems call `bin/release.sh`.
   Is it a dead loop after this changing?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to