mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add .npmrc to stop generating package lock file (#3814)
This commit is contained in:
parent
daff6b3a34
commit
a56f43f007
2 changed files with 2 additions and 0 deletions
1
platform/nodejs/.npmrc
Normal file
1
platform/nodejs/.npmrc
Normal file
|
@ -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'))" \
|
||||
> $DES/data/easyprivacy.json
|
||||
|
||||
cp platform/nodejs/.npmrc $DES/
|
||||
cp platform/nodejs/.*.json $DES/
|
||||
cp platform/nodejs/*.js $DES/
|
||||
cp platform/nodejs/*.json $DES/
|
||||
|
|
Loading…
Reference in a new issue