- Checkout to a new branch, for example
dev; - Run
npm link, то make the package available from global space; - Develop your features;
- Ensure you have built the project via
npm run buildornpm run build:devcommand; - Run
init-typescript-appto check the results; - After the job is done, run
npm unlikto remove package symlink from global space;