This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
caylon/build-debug.sh

10 lines
169 B
Bash
Raw Normal View History

2022-12-24 15:22:26 +00:00
#!/bin/bash
cd ./backend && ./build.sh decky && cd ..
cd ./src/usdpl_front && ./rebuild.sh decky && cd ../..
npm install && npm run build
unset USDPL_ENCRYPTION_KEY