mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
fix: apply linting
This commit is contained in:
parent
25b2a2b019
commit
6a9c1c542d
@ -197,7 +197,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
format: 'zip',
|
format: 'zip',
|
||||||
source: path.join(destPath, targetBrowser),
|
source: path.join(destPath, targetBrowser),
|
||||||
destination: `${path.join(destPath, targetBrowser)}.${getExtensionFileType(targetBrowser)}`,
|
destination: `${path.join(
|
||||||
|
destPath,
|
||||||
|
targetBrowser
|
||||||
|
)}.${getExtensionFileType(targetBrowser)}`,
|
||||||
options: {zlib: {level: 6}},
|
options: {zlib: {level: 6}},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user