Skip to content

Commit

Permalink
Revert "Add conditional music install command line (#2196)". Does not…
Browse files Browse the repository at this point in the history
… work on windows
  • Loading branch information
keldaan-ag committed Sep 11, 2024
1 parent f964a3c commit c3bb046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "npx @biomejs/biome lint app/",
"build-client": "node esbuild.js --build",
"build-server": "tsc",
"download-music": "[ -d './app/public/src/assets/musics' ] && (cd ./app/public/src/assets/musics && git pull) || git clone https://github.com/keldaanCommunity/pokemonAutoChessMusic ./app/public/src/assets/musics",
"download-music": "rimraf -rf ./app/public/src/assets/musics && git clone https://github.com/keldaanCommunity/pokemonAutoChessMusic ./app/public/src/assets/musics",
"build": "npm run build-client && npm run build-server",
"start": "node ./app/public/dist/server/app/index.js",
"add-bot": "node ./app/public/dist/server/db-commands/populate-bot.js",
Expand Down

0 comments on commit c3bb046

Please sign in to comment.