You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
What about of having two separate package.json files?
One outside the src folder for development that will contain all the development stuff (test, build, lint, prettier, publishing, etc) and the other one inside src that would be the one that is going to be on the dist.
Personally it's little bit frustrating having the package.json inside the src folder, I always forget to step into the right folder to execute npm install.
I think with this movement will rise my development satisfaction.
I started the first point, but I think we need to discuss some stuff about it. Every point has its implications and special discussion that it's better to take down them independently.
I think we can do the following:
I think the best approach to do this is having a "master-branch" to improve the build, do individual PRs for every point to that "master-branch" to have at the end one nice PR to integrate
Individual PR's to master
What do you think about this?
Do you have a different approach in mind?
What about of having two separate
package.json
files?One outside the
src
folder for development that will contain all the development stuff (test, build, lint, prettier, publishing, etc) and the other one insidesrc
that would be the one that is going to be on the dist.Personally it's little bit frustrating having the package.json inside the
src
folder, I always forget to step into the right folder to executenpm install
.I think with this movement will rise my development satisfaction.
Originally posted by @dianjuar in #28 (comment)
The text was updated successfully, but these errors were encountered: