Skip to content

Commit

Permalink
postinstall script for dom icons fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 7, 2018
1 parent 4890267 commit 7369ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function updateWebIcons() {
};
return webIcons;
}, {});
fs.writeFileSync(`./web/icons.json`, JSON.stringify(webIcons));
fs.writeFileSync(`./dom/icons.json`, JSON.stringify(webIcons));
}

updateAndroidDrawables();
Expand Down

0 comments on commit 7369ad4

Please sign in to comment.