Added to show build result after github-actions. Again.

sigtext
zboris12 2024-03-24 20:51:44 +09:00
parent 9a47c162aa
commit 3216d917ed
1 changed files with 4 additions and 1 deletions

View File

@ -38,8 +38,11 @@ zgapdfsigner.js
zgaindex.js zgaindex.js
EOF EOF
npx google-closure-compiler ${GCCOPT} ${GCCEXT} ${jss} --js_output_file ${OUTFLDR}/zgapdfsigner.min.js npx google-closure-compiler ${GCCOPT} ${GCCEXT} ${jss} --js_output_file ${OUTFLDR}/zgapdfsigner.min.js
if [ $? -ne 0 ] if [ $? -eq 0 ]
then then
echo "Build result:"
ls -l ${OUTFLDR}/*.min.js
else
echo "google-closure-compiler failed." echo "google-closure-compiler failed."
exit 20 exit 20
fi fi