@nudge-coach/icons
v0.2.4
Published
Icons for the Nudge Coach design system.
Readme
Nudge Icons
Adding Icons
Add icon files to the assets folder, update the package version, then run these 3 commands.
npm run prebuildnpm run buildUpdate the package version in package.json and native-icons/package.json
Then run the following command to publish both packages at once.
npm run pubAfter that it's a good idea to update the icons in the docs. In the docs folder run
yarn upgrade --latest @nudge-coach/iconsthen push an update to the main branch. This will kick off the github actions to publish the docs site.
