Skip to content

Commit 1b7a511

Browse files
committed
fix(electron): dist files not published, fix #1952
1 parent 5465f41 commit 1b7a511

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

packages/shell-electron/.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/shell-electron/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,17 @@
4242
"rimraf": "^3.0.2",
4343
"webpack": "^5.35.1",
4444
"webpack-cli": "^4.6.0"
45-
}
45+
},
46+
"files": [
47+
"build",
48+
"build-node",
49+
"icons",
50+
"types",
51+
"app.html",
52+
"app.js",
53+
"bin.js",
54+
"index.js",
55+
"README.md",
56+
"server.js"
57+
]
4658
}

0 commit comments

Comments
 (0)