Skip to content

Commit

Permalink
build: fix package.js for win build
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan committed Jun 16, 2021
1 parent 21bb1dc commit 112f70b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ function main() {
'mainWindow.js',
'preload.js',
'ducks/nodeReducer.js',
'ducks/walletReducer.js'
'ducks/walletReducer.js',
'ducks/claims.js'
];
const babelizeFiles = () => {
if (!babelFiles.length) {
Expand Down

0 comments on commit 112f70b

Please sign in to comment.