aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/build/client.sh
blob: 305af1e5fd4ece5c320e7539a4cd5ab13857bb93 (plain) (tree)
1
2
3
4
5
6
7
8
9
         
 


         
 
                        
 
                                       
                                                                                                
#!/bin/sh

set -eu

cd client

rm -rf ./dist ./compiled

npm run ng build -- --prod --stats-json
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production