Is your feature request related to a problem? Please describe.
Yes. When I wanted to build, I was thinking that node_modules are here, but NO! I have to run npm install 😢
Describe the solution you'd like
Add node_modules folder to main branch.
Describe alternatives you've considered
Do something like when git clone run:
Additional context
Nothing.
Is your feature request related to a problem? Please describe.
Yes. When I wanted to build, I was thinking that
node_modulesare here, but NO! I have to runnpm install😢Describe the solution you'd like
Add
node_modulesfolder tomainbranch.Describe alternatives you've considered
Do something like when
git clonerun:Additional context
Nothing.