Skip to content

Commit

Permalink
chore: improved wp plugin zip generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
deltork committed Dec 6, 2024
1 parent 73c90ee commit e0e76fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-component/bin/make-wordpress-plugin
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# delete previous version
rm -rf packages/web-component/wordpress-plugin/read-along-web-app-loader.zip
cd packages/web-component/wordpress-plugin/
zip a -r ./read-along-web-app-loader.zip ./read-along-web-app-loader
cd packages/web-component/wordpress-plugin/ || exit
rm -rf read-along-web-app-loader.zip
zip a -r ./read-along-web-app-loader.zip ./read-along-web-app-loader

0 comments on commit e0e76fd

Please sign in to comment.