1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

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