7 lines
239 B
Bash
Executable File
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/
|
|
|