2020-05-10 10:38:13 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2024-03-25 12:41:17 +00:00
|
|
|
export ENV=production
|
|
|
|
|
|
|
|
npm run-script build
|
2020-05-10 10:38:13 +00:00
|
|
|
# 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
|