daniel-norris / neu_ui

Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
https://ui-neu.netlify.app/
MIT License
24 stars 31 forks source link

Fix circleci config #33

Closed KartikSoneji closed 3 years ago

KartikSoneji commented 3 years ago

Fixes the failing build and removes the hardcoded token. Also has minor improvements to the CI config.

Please add a (regenerated) chromatic project token as a CircleCI Environment Variable named CHROMATIC_PROJECT_TOKEN CircleCI Docs: Setting an Environment Variable in a Project

If possible, please also revoke the old token (gpeep2z0kqd).

Closes #16

daniel-norris commented 3 years ago

This is great work @KartikSoneji, thanks!