diff options
Diffstat (limited to 'copy-backoffice-into-prebuilt.sh')
-rwxr-xr-x | copy-backoffice-into-prebuilt.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/copy-backoffice-into-prebuilt.sh b/copy-backoffice-into-prebuilt.sh new file mode 100755 index 000000000..5f59882e0 --- /dev/null +++ b/copy-backoffice-into-prebuilt.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cp packages/merchant-backoffice-ui/dist/{index,lang*,material*,XRXV*}.* prebuilt/backoffice/ + |