1
0
Fork 0
mirror of https://github.com/yuzu-emu/Command-fix.git synced 2025-01-10 22:25:40 +00:00
Command-fix/bundle.sh
2022-09-16 18:04:28 -06:00

14 lines
306 B
Bash
Executable file

#!/bin/bash -e
yarn
[ -d "dist" ] && rm -rf dist
yarn run build
echo "[+] Installing non-bundle-able packages ..."
# DISCORD_JS="$(grep discord.js package.json | sed 's|,||')"
cd "dist"
echo "{\"name\": \"citra-discord-bot\",\"license\": \"GPL-2.0+\",\"dependencies\": {}}" > package.json
yarn install