wallet-core/copy-backoffice-into-prebuilt.sh
2023-02-23 20:06:14 -03:00

7 lines
239 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,lang*,material*,XRXV*}.* prebuilt/backoffice/