DS requires access to font-awesome PRO. Add FONT_AWESOME_AUTH_TOKEN environment variable to your .zshrc, .bashrc
export FONT_AWESOME_AUTH_TOKEN=<TOKEN>
To obtain the token visit https://fontawesome.com/account/general, look for "Package Token". Login credentials: https://bethink.passwd.team/secrets/5ZldBeJcdG5L4YdrovDE
- Create
.envfile in the project root folder - Add key
JSON_BIN_X_ACCESS_KEY - Value for the key take from https://bethink.passwd.team/secrets/dhpIPB7AappD0jOoU0WW
Add a comment with /review in your PR to deploy Storybook to S3. Once the deployment is complete, a new comment with the URL will be posted.
If you use the review command more than once and the changes are not visible in the link, add a query parameter to avoid issues with caching.
?cd=123
- Bump version in
package.json - Wait until
Build and Deploy DistGithub Action finishes - Create new tag and release in https://github.com/bethinkpl/design-system/releases
- Run
npm publish --access public