diff --git a/tools/make-nodejs.sh b/tools/make-nodejs.sh index 0455d9ae1..52c40f87c 100755 --- a/tools/make-nodejs.sh +++ b/tools/make-nodejs.sh @@ -59,6 +59,8 @@ cp LICENSE.txt $DES/ cd $DES npm run build +tarballname=$(npm pack 2> /dev/null) +mv $tarballname ../uBlock0.nodejs.tgz cd - if [ "$1" = all ]; then