mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Use npm pack (#3812)
This commit is contained in:
parent
993835b333
commit
089c28861c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue