Don't include the resources directory in the package

This commit is contained in:
Samuel Elliott
2022-05-29 20:23:41 +01:00
parent 1573accd73
commit e48fba254c

View File

@@ -13,8 +13,7 @@
"dist",
"!dist/app",
"!dist/bundle",
"bin",
"resources"
"bin"
],
"bin": {
"nxapi": "bin/nxapi.js"
@@ -81,8 +80,7 @@
"files": [
"dist/app/bundle",
"dist/bundle",
"!dist/app/package",
"resources"
"!dist/app/package"
],
"asar": false,
"extraMetadata": {