We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18dbb2 commit f07c094Copy full SHA for f07c094
bin/build-all.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
composer build-blueprints-phar
4
+composer build-php-toolkit-phar
5
bash bin/build-libraries-phar.sh
6
bash bin/build-plugins.sh
7
bash bin/build-examples.sh
bin/build-plugins.sh
@@ -14,7 +14,7 @@ rm -rf $DIST_DIR
14
mkdir -p $DIST_DIR
15
16
cp -r $PROJECT_DIR/plugins/data-liberation $DIST_DIR
17
-cp $PROJECT_DIR/dist/wordpress-libraries.phar $DIST_DIR/data-liberation/wordpress-libraries.phar
+cp $PROJECT_DIR/dist/php-toolkit.phar $DIST_DIR/data-liberation/php-toolkit.phar
18
cd $DIST_DIR
19
zip -r data-liberation.zip data-liberation/
20
cd $PROJECT_DIR
0 commit comments