mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add production webpack, big thanks to @AngularClass
This commit is contained in:
5
scripts/build/client/prod.sh
Executable file
5
scripts/build/client/prod.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cd client || exit -1
|
||||
|
||||
npm run webpack -- --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail
|
||||
Reference in New Issue
Block a user