Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Jul 18, 2021
1 parent 84571a8 commit 4cdf4a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/mage-db-sync.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mage-db-sync.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/mage-db-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ getInstalledPath('mage-db-sync').then(async (path: any) => {
}

if (fs.existsSync(`${npmPath}/dist/commands/importCommand.js`)) {
fs.unlinkSync(`${npmPath}/dist/controllers/importCommand.js`)
fs.unlinkSync(`${npmPath}/dist/commands/importCommand.js`)
}

if (fs.existsSync(`${npmPath}/dist/commands/importCommand.js.map`)) {
fs.unlinkSync(`${npmPath}/dist/controllers/importCommand.js.map`)
fs.unlinkSync(`${npmPath}/dist/commands/importCommand.js.map`)
}
});

Expand Down

0 comments on commit 4cdf4a1

Please sign in to comment.