]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/watch/server.sh
Link to follower profile from administration (#1922)
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
index f8e4b9cc0516400fbdb845f25df81e4b137e5243..f6721a18eaf1e520204ba53a5caba515d732dc4a 100755 (executable)
@@ -7,7 +7,7 @@ mkdir -p "./client/dist"
 rm -rf "./client/dist/locale"
 cp -r "./client/src/locale/target" "./client/dist/locale"
 
-rm -r "./dist"
+rm -rf "./dist"
 
 NODE_ENV=test npm run concurrently -- -k \
   "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \