Need help in testing create-refine-app package in local
I am currently working on fixing a bug in create-refine-app.
To do so, I had to make some changes in the superplate-cli repository. I linked the superplate-cli local repository to the create-refine-app package locally. However, I am not sure how to test the create-refine-app package locally.
As I am new to the JS/Node world, can you please share the best practices for testing such npm packages? I am stuck with the testing part and need some guidance.
To do so, I had to make some changes in the superplate-cli repository. I linked the superplate-cli local repository to the create-refine-app package locally. However, I am not sure how to test the create-refine-app package locally.
As I am new to the JS/Node world, can you please share the best practices for testing such npm packages? I am stuck with the testing part and need some guidance.
