Use npm pack (#3812)

This commit is contained in:
Manish Jethani 2021-08-12 17:27:56 +05:30 committed by GitHub
parent 993835b333
commit 089c28861c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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