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:
parent
eacf9399c8
commit
4b00f3be2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@ node_modules/
|
||||
yarn-error.log
|
||||
coverage/
|
||||
tmp/
|
||||
locales/**/**.js
|
||||
lens.log
|
||||
static/build
|
||||
static/types
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user