diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-13 17:51:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-13 17:51:32 +0100 |
commit | 94edfc3b2a9cf83f1c9c470a76e4769bc37aad14 (patch) | |
tree | 96ef3fa76dd778a0ee98bbdefcd337fae157693e /scripts | |
parent | 91fea9fc48a4ce53dd69e0e20f5804ad95a6c27d (diff) | |
download | PeerTube-94edfc3b2a9cf83f1c9c470a76e4769bc37aad14.tar.gz PeerTube-94edfc3b2a9cf83f1c9c470a76e4769bc37aad14.tar.zst PeerTube-94edfc3b2a9cf83f1c9c470a76e4769bc37aad14.zip |
Fix upgrade script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 97a8622d8..8e8da7cbc 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | rm -rf ./dist | 5 | rm -rf ./dist ./compiled |
6 | 6 | ||
7 | npm run ng build -- --prod | 7 | npm run ng build -- --prod |
8 | NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js | 8 | NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js |