Bump version to 2.0.10 with improved plugin details popup display
This commit is contained in:
4
build.sh
4
build.sh
@ -52,6 +52,10 @@ cd ..
|
||||
if [ -f "$ZIP_FILE" ]; then
|
||||
echo "✅ Build successful: $ZIP_FILE created"
|
||||
echo "File path: $(pwd)/$ZIP_FILE"
|
||||
|
||||
# Deploy to local WordPress installation
|
||||
echo "\nDeploying to local WordPress installation..."
|
||||
./scripts/deploy-local.sh
|
||||
else
|
||||
echo "❌ Build failed: ZIP file was not created"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user