TEMP log project's manifest

pull/164/head
Aaron Trudeau 2022-04-26 12:55:11 -04:00
parent d8ac8df79d
commit c942fae210
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ if [ "$PACKAGE_MODE" = "true" ]; then
exit 1 exit 1
fi fi
cat "$PACKAGE_MANIFEST_PATH"
PACKAGE_MANIFEST_JSON=$(cat "$PACKAGE_MANIFEST_PATH") PACKAGE_MANIFEST_JSON=$(cat "$PACKAGE_MANIFEST_PATH")
echo "$PACKAGE_MANIFEST_JSON" | \ echo "$PACKAGE_MANIFEST_JSON" | \
jq \ jq \