Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Some users use their workspace to house other modules and other work.
It is recommended that the workspace for the UI module be separate from any other work.
To make this less confusing one might instead create a uispace directory where the package.json and the ui-workflow as described above might reside under.

Note

Make sure your NPM or Yarn configuration files have the appropriate FOLIO repository setup.
Example NPM (~/.npmrc) using CI:

Code Block
@folio:registry=https://repository.folio.org/repository/npm-folioci/

Example Yarn (~/.yarnrc) using CI:

Code Block
"@folio:registry" "https://repository.folio.org/repository/npm-folioci/"

The CI Deployment Notes may have further details on this.