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

include all files as resources from extension dist folder

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-05-19 07:39:43 +03:00
parent eacf9399c8
commit 4b00f3be2c
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@ node_modules/
yarn-error.log
coverage/
tmp/
locales/**/**.js
lens.log
static/build
static/types

View File

@ -79,11 +79,6 @@
],
"afterSign": "build/notarize.js",
"extraResources": [
{
"from": "locales/",
"to": "locales/",
"filter": "**/*.js"
},
{
"from": "static/",
"to": "static/",
@ -98,6 +93,7 @@
"from": "extensions/",
"to": "./extensions/",
"filter": [
"**/dist/**",
"**/*.js*",
"**/*.yml*",
"!**/node_modules"