Ovilia commented on code in PR #75:
URL: https://github.com/apache/echarts-www/pull/75#discussion_r2493213840


##########
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:
   The last command is `cd ${themeProjectDir}` so `npm run release` actually 
runs the release script under `echarts-theme-builder` instead of `echarts-www` 
so it works well.



-- 
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