blob: 8f3df209dce62273a11d3ca30c99dfde70cca7ae (
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,lang*,material*,XRXV*}.* prebuilt/backoffice/
|