mirror of https://github.com/gorhill/uBlock.git
Add .npmrc to stop generating package lock file (#3814)
This commit is contained in:
parent
daff6b3a34
commit
a56f43f007
|
@ -0,0 +1 @@
|
||||||
|
package-lock=false
|
|
@ -52,6 +52,7 @@ node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easylist.txt', 'utf8'))" \
|
||||||
node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easyprivacy.txt', 'utf8'))" \
|
node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easyprivacy.txt', 'utf8'))" \
|
||||||
> $DES/data/easyprivacy.json
|
> $DES/data/easyprivacy.json
|
||||||
|
|
||||||
|
cp platform/nodejs/.npmrc $DES/
|
||||||
cp platform/nodejs/.*.json $DES/
|
cp platform/nodejs/.*.json $DES/
|
||||||
cp platform/nodejs/*.js $DES/
|
cp platform/nodejs/*.js $DES/
|
||||||
cp platform/nodejs/*.json $DES/
|
cp platform/nodejs/*.json $DES/
|
||||||
|
|
Loading…
Reference in New Issue