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 was 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.
What about of having two separate
package.jsonfiles?One outside the
srcfolder for development that will contain all the development stuff (test, build, lint, prettier, publishing, etc) and the other one insidesrcthat would be the one that is going to be on the dist.Personally it's little bit frustrating having the package.json inside the
srcfolder, 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)