mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
8 lines
156 B
Bash
Executable file
8 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd client || exit -1
|
|
|
|
rm -rf ./dist
|
|
|
|
npm run ng build -- --prod
|
|
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js
|