chore: fix clipper CI failing

This commit is contained in:
Aman Harwara
2023-07-12 19:42:45 +05:30
parent e4b858f2e8
commit af3eafb009
31 changed files with 275 additions and 39 deletions

View File

@@ -17,9 +17,9 @@ module.exports = (env, argv) => {
patterns: [
{
from: '../web/dist',
to: './web',
to: './',
globOptions: {
ignore: isProd ? ['**/app.js.map'] : [],
ignore: isProd ? ['**/*.js.map'] : [],
},
},
{
@@ -36,7 +36,7 @@ module.exports = (env, argv) => {
},
{
from: './src/popup',
to: './popup',
to: './',
},
{
from: './images',