Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Aug 25, 2022
1 parent 685d24e commit f29f19f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
vendor/
publish/
7 changes: 7 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
mkdir -p publish
cp -r _internal publish
cp -r vendor publish
cp index.php publish
cp LICENSE publish/_internal

0 comments on commit f29f19f

Please sign in to comment.