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
|
yarn-error.log
|
||||||
coverage/
|
coverage/
|
||||||
tmp/
|
tmp/
|
||||||
locales/**/**.js
|
|
||||||
lens.log
|
lens.log
|
||||||
static/build
|
static/build
|
||||||
static/types
|
static/types
|
||||||
|
|||||||
@ -79,11 +79,6 @@
|
|||||||
],
|
],
|
||||||
"afterSign": "build/notarize.js",
|
"afterSign": "build/notarize.js",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
|
||||||
"from": "locales/",
|
|
||||||
"to": "locales/",
|
|
||||||
"filter": "**/*.js"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": "static/",
|
"from": "static/",
|
||||||
"to": "static/",
|
"to": "static/",
|
||||||
@ -98,6 +93,7 @@
|
|||||||
"from": "extensions/",
|
"from": "extensions/",
|
||||||
"to": "./extensions/",
|
"to": "./extensions/",
|
||||||
"filter": [
|
"filter": [
|
||||||
|
"**/dist/**",
|
||||||
"**/*.js*",
|
"**/*.js*",
|
||||||
"**/*.yml*",
|
"**/*.yml*",
|
||||||
"!**/node_modules"
|
"!**/node_modules"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user