Skip to content

Commit cf87e01

Browse files
committed
Add build script to make installation zip file.
1 parent 00a949c commit cf87e01

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
.vimrc
3+
woocommerce-gateway-lightning.zip

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
composer install --no-dev
3+
zip -r woocommerce-gateway-lightning.zip composer.json woocommerce-gateway-lightning.php vendor templates
4+

0 commit comments

Comments
 (0)