svelte-traintimes/copy.sh

9 lines
327 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-03-25 12:41:17 +00:00
export ENV=production
npm run-script build
# rm -rf /home/martin/dev/menuserver/dist/*
2024-03-25 12:41:17 +00:00
cp -r /home/martin/dev/Svelte/svelte-traintimes/public/* /home/martin/dev/Server/traintimesPWA/live
cp -r /home/martin/dev/Svelte/svelte-traintimes/public/* /home/martin/dev/Apps/traintimesFull/traintimesServerV3/live