2023-01-23 19:12:48 +01:00
|
|
|
#!/bin/bash
|
2023-02-24 00:06:14 +01:00
|
|
|
|
|
|
|
[ ! -d prebuilt ] && echo 'directory "prebuilt" not found. first checkout the prebuilt branch into a prebuilt directory' && exit 1
|
|
|
|
|
2023-03-05 20:11:09 +01:00
|
|
|
cp packages/merchant-backoffice-ui/dist/{index,material*,XRXV*}.* prebuilt/backoffice/
|
|
|
|
cp packages/merchant-backoffice-ui/dist/*.svg prebuilt/backoffice/
|