-
Create a token:
Github > Settings > Dev settings > Personal access tokens > Generate new token
-
.npmrc
file:@openforis:registry=https://npm.pkg.github.com _authToken = TOKEN always-auth = true
-
.yarnrc
file:"@openforis:registry" "https://npm.pkg.github.com"
yarn publish
To use the package a Github token is needed, to create and configure one follow the steps into prerequisites.
yarn add @openforis/arena-common