diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:46:56 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:48:54 +0200 |
commit | d61e81538bb67899c23881b6fe921cdee4a3e49a (patch) | |
tree | 3e271e1a48002ec6ebe4b0484ac120fc277ef308 /scripts | |
parent | ab683a8e0d998cfd9dfb9562d3c616f3e6e1dbfd (diff) | |
download | PeerTube-d61e81538bb67899c23881b6fe921cdee4a3e49a.tar.gz PeerTube-d61e81538bb67899c23881b6fe921cdee4a3e49a.tar.zst PeerTube-d61e81538bb67899c23881b6fe921cdee4a3e49a.zip |
Client: fix compilation
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/client/dev.sh | 2 | ||||
-rwxr-xr-x | scripts/build/client/prod.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/client/dev.sh b/scripts/build/client/dev.sh index b75b72f12..1fd0ad416 100755 --- a/scripts/build/client/dev.sh +++ b/scripts/build/client/dev.sh | |||
@@ -2,4 +2,6 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | rm -rf ./compiled | ||
6 | |||
5 | npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached | 7 | npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached |
diff --git a/scripts/build/client/prod.sh b/scripts/build/client/prod.sh index e090e8082..65b67edcf 100755 --- a/scripts/build/client/prod.sh +++ b/scripts/build/client/prod.sh | |||
@@ -2,4 +2,6 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | rm -rf ./compiled | ||
6 | |||
5 | npm run webpack -- --config config/webpack.prod.js --progress --profile --bail | 7 | npm run webpack -- --config config/webpack.prod.js --progress --profile --bail |