wallet-core/contrib/copy-backoffice-into-prebuilt.sh

7 lines
299 B
Bash
Executable File

#!/bin/bash
[ ! -d prebuilt ] && echo 'directory "prebuilt" not found. first checkout the prebuilt branch into a prebuilt directory' && exit 1
cp packages/merchant-backoffice-ui/dist/{index,material*,XRXV*}.* prebuilt/backoffice/
cp packages/merchant-backoffice-ui/dist/*.svg prebuilt/backoffice/