File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -399,15 +399,15 @@ if [ "$RELEASE_PRE" == "false" ]; then
399399 fi
400400fi
401401
402- # Upload package JSONs
402+ # Upload package JSONs (temporary halted to fix json generation)
403403echo " Uploading $PACKAGE_JSON_DEV ..."
404404echo " Download URL: " ` git_safe_upload_asset " $OUTPUT_DIR /$PACKAGE_JSON_DEV " `
405- echo " Pages URL: " ` git_safe_upload_to_pages " $PACKAGE_JSON_DEV " " $OUTPUT_DIR /$PACKAGE_JSON_DEV " `
405+ # echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_DEV" "$OUTPUT_DIR/$PACKAGE_JSON_DEV"`
406406echo
407407if [ " $RELEASE_PRE " == " false" ]; then
408408 echo " Uploading $PACKAGE_JSON_REL ..."
409409 echo " Download URL: " ` git_safe_upload_asset " $OUTPUT_DIR /$PACKAGE_JSON_REL " `
410- echo " Pages URL: " ` git_safe_upload_to_pages " $PACKAGE_JSON_REL " " $OUTPUT_DIR /$PACKAGE_JSON_REL " `
410+ # echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_REL" "$OUTPUT_DIR/$PACKAGE_JSON_REL"`
411411 echo
412412fi
413413
You can’t perform that action at this time.
0 commit comments