blob: 88c38561f8ddd9f7fb2d710844e9279528d4761a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
npm run web:build
rm -rf ../static/javascript/
cp -r ../client/web/build/javascript/ ../static/javascript/
cp ../client/web/build/index.html ../static/index.html
cp ../client/web/build/index.html ../static/timeline/index.html
cp ../client/web/build/index.html ../static/livestream/index.html
cp ../client/web/build/index.html ../static/drones/index.html
cp ../client/web/build/index.html ../static/information/index.html
cp ../client/web/build/index.html ../static/contact/index.html
cp ../client/web/build/index.html ../static/page/credits/index.html
cp ../client/web/build/index.html ../static/page/terms/index.html
cp ../client/web/build/index.html ../static/page/index.html
|