mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
9 lines
180 B
Bash
Executable File
9 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd client || exit -1
|
|
|
|
rm -rf ./dist ./compiled
|
|
|
|
npm run ng build -- --prod --stats-json
|
|
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js
|