]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/peertube-runner.sh
Enable external plugins to test the PR
[github/Chocobozzz/PeerTube.git] / scripts / build / peertube-runner.sh
index 690031af55854e802f69e76e198caf8426f5947f..9c326747bac0c3d5165bc4c1b85579b0d33070a3 100755 (executable)
@@ -10,4 +10,4 @@ rm -rf ./dist
 rm -rf ./dist
 mkdir ./dist
 
-./node_modules/.bin/esbuild ./peertube-runner.ts --bundle --platform=node --external:"./lib-cov/fluent-ffmpeg" --external:pg-hstore --outfile=dist/peertube-runner.js
+./node_modules/.bin/esbuild ./peertube-runner.ts --bundle --platform=node --target=node14 --external:"./lib-cov/fluent-ffmpeg" --external:pg-hstore --outfile=dist/peertube-runner.js