aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-26 21:46:56 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:48:54 +0200
commitd61e81538bb67899c23881b6fe921cdee4a3e49a (patch)
tree3e271e1a48002ec6ebe4b0484ac120fc277ef308 /scripts
parentab683a8e0d998cfd9dfb9562d3c616f3e6e1dbfd (diff)
downloadPeerTube-d61e81538bb67899c23881b6fe921cdee4a3e49a.tar.gz
PeerTube-d61e81538bb67899c23881b6fe921cdee4a3e49a.tar.zst
PeerTube-d61e81538bb67899c23881b6fe921cdee4a3e49a.zip
Client: fix compilation
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/client/dev.sh2
-rwxr-xr-xscripts/build/client/prod.sh2
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
3cd client || exit -1 3cd client || exit -1
4 4
5rm -rf ./compiled
6
5npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached 7npm 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
3cd client || exit -1 3cd client || exit -1
4 4
5rm -rf ./compiled
6
5npm run webpack -- --config config/webpack.prod.js --progress --profile --bail 7npm run webpack -- --config config/webpack.prod.js --progress --profile --bail