Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/build-prod-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo ""
echo "Step 4: Copying files and folders..."
FILES_TO_COPY=(
"./src"
"./openai-product-feed-for-woo.php"
"./woocommerce-product-feed-for-openai.php"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May not use for-openai?

Suggested change
"./woocommerce-product-feed-for-openai.php"
"./woocommerce-product-feed.php"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a big part of the current code here will go into Woo Core at some point, and this plugin will remain OpenAI-specific.

)

for file in "${FILES_TO_COPY[@]}"; do
Expand Down
Loading