1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

include *.yml* files from in-tree extensions

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-27 08:09:35 +02:00
parent 69d27dd53c
commit fb6e1377fc

View File

@ -91,11 +91,6 @@
],
"afterSign": "build/notarize.js",
"extraResources": [
{
"from": "src/features/",
"to": "features/",
"filter": "**/*"
},
{
"from": "locales/",
"to": "locales/",
@ -116,6 +111,7 @@
"to": "./extensions/",
"filter": [
"**/*.js*",
"**/*.yml*",
"!**/node_modules"
]
},