1.0.3 • Published 3 years ago
vendser-icons v1.0.3
Vendser Icons Library
NOTE: THIS REPO IS PUBLIC BUT MIGHT NOT AVAILABLE TO EVERYONE
Here is how to release a new version:
1. Fetch latest icons from Figma to project
Run yarn run build
command to automatically clean project and export all the latest icons from figma to our project.
2. Run test
All the icons on figma should be a 32x32 component.
To run a test on that use yarn run test
.
3. Releasing package
Fist make sure you're logged into your npm account with yarn login
.
Commit the changes to repo.
Then To publish a new release run yarn release
To create a pakage locally:
- Change version in
pakage.json
file - run
yarn pack
It will create a package named: vendser-icons-.tgz for example vendser-icons-1.0.0.tgz
Debugging: To Clean & Build Script
To clean our workspace, we need to remove the outline
, solid
, and package directories as well as any TAR file, although package and tar files are excluded from publication.