Skip to content

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Jun 27, 2024
1 parent 56379fe commit 6d9621c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/mage-db-sync.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require('../dist/mage-db-sync.js')
require('../dist/mage-db-sync.js')
8 changes: 5 additions & 3 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.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage-db-sync",
"version": "1.3.4",
"version": "1.3.5",
"description": "Database synchronizer for Magento, based on Magerun",
"author": {
"name": "Jelle Siderius"
Expand Down
3 changes: 3 additions & 0 deletions src/mage-db-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {getInstalledPath} from 'get-installed-path'
import {error} from "./utils/console";
import VersionCheck from "./utils/versionCheck";
import kleur from "kleur";
import process from 'process';

process.removeAllListeners('warning');

getInstalledPath('mage-db-sync').then(async (path: any) => {
// Lets make sure all required files are in place before running the tool
Expand Down

0 comments on commit 6d9621c

Please sign in to comment.