projectBuildDirPath

In the Create React App setup the, when you run yarn build, a build/ directory is generated. If, in your setup it's an other directory you can use this option:

package.json
{
  "keycloakify": {
    "projectBuildDirPath": "a/b/c"
  }
}

By default it's "build".

Last updated