Escape-Technologies / mookme

A pre-commit tool designed for monorepos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`packagesPath` and `rootDir` reset as absolute path

QuentinN42 opened this issue · comments

After I run npx mookme add-pkg -p pkg the json is modified as follow:

{
  "packagesPath": "/home/full/path",
  "packages": [
    "a",
    "b"
  ],
  "addedBehavior": "addAndCommit",
  "rootDir": "/home/full/path"
}

I'm closing this as it will be resolved by v2 in the next beta release