Skip to content

Commit 4cdf4a1

Browse files
committed
0.3.1
1 parent 84571a8 commit 4cdf4a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/mage-db-sync.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mage-db-sync.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mage-db-sync.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ getInstalledPath('mage-db-sync').then(async (path: any) => {
5353
}
5454

5555
if (fs.existsSync(`${npmPath}/dist/commands/importCommand.js`)) {
56-
fs.unlinkSync(`${npmPath}/dist/controllers/importCommand.js`)
56+
fs.unlinkSync(`${npmPath}/dist/commands/importCommand.js`)
5757
}
5858

5959
if (fs.existsSync(`${npmPath}/dist/commands/importCommand.js.map`)) {
60-
fs.unlinkSync(`${npmPath}/dist/controllers/importCommand.js.map`)
60+
fs.unlinkSync(`${npmPath}/dist/commands/importCommand.js.map`)
6161
}
6262
});
6363

0 commit comments

Comments
 (0)