blob: 3150f20ba0e8b55f0725910f45fb39db97b0a45f (
plain)
1
2
3
4
5
6
|
#!/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/
|