siit-colors
v0.0.3
Published
### [NPM LINK](https://docs.npmjs.com/cli/v9/commands/npm-link)
Readme
HOW TO USE
NPM LINK
The following will create a link between this library and the project so that you don't have to build and publish everytime you update it.
- run
npm linkinside siit-colors - run
npm watchinside siit-colors - run
npm link colorsinside the main project (siit-frontend, siit-portal, siit-tailwind) - you will need to restart your project after each library modification
Debug
- Inside project (siit-frontend, siit-poral, siit-tailwind)
npm unlink [project-name]- delete
nodes_modules npm i --legacy-peer-depsnpm link [project-name]
