projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fea9f
)
Fix upgrade script
author
Chocobozzz
<me@florianbigard.com>
Wed, 13 Dec 2017 16:51:32 +0000
(17:51 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 13 Dec 2017 16:51:32 +0000
(17:51 +0100)
scripts/build/client.sh
patch
|
blob
|
history
diff --git
a/scripts/build/client.sh
b/scripts/build/client.sh
index 97a8622d81fa4cc7cd5bd1fab64fbcacb51b1003..8e8da7cbcab6bf55829c7781e77b056252ca6b7a 100755
(executable)
--- a/
scripts/build/client.sh
+++ b/
scripts/build/client.sh
@@
-2,7
+2,7
@@
cd client || exit -1
-rm -rf ./dist
+rm -rf ./dist
./compiled
npm run ng build -- --prod
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js