rex-ui/build.sh
Tim Kächele eb6363e121 First commit
Add build directory

Remove build folder contents

Ignore build folder changes
2024-02-18 21:41:26 +01:00

5 lines
72 B
Bash

npm run build;
cp -r dist build
cp index.html build
cp styles.css build