Skip to content

Commit 112f70b

Browse files
committed
build: fix package.js for win build
1 parent 21bb1dc commit 112f70b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ function main() {
102102
'mainWindow.js',
103103
'preload.js',
104104
'ducks/nodeReducer.js',
105-
'ducks/walletReducer.js'
105+
'ducks/walletReducer.js',
106+
'ducks/claims.js'
106107
];
107108
const babelizeFiles = () => {
108109
if (!babelFiles.length) {

0 commit comments

Comments
 (0)