SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

test(packages/sui-test): fix custom studio-utils alias #1758

Closed kikoruiz closed 4 months ago

kikoruiz commented 4 months ago

With this PR, it's possible to add custom aliases from the package.json config like this:

{
  "config": {
    "sui-test": {
      "client": {
        "alias": {
          "my-package": "path/to/my-package"
        }
      }
    }
  }
}