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 Sep 6, 2021. It is now read-only.
For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
Now that npm install is part of the build we should do something about config.json:
it is regenerated everytime which is ok, but it needs different values if we are in dev or in production.
We should find a better way to manage the differences.
Steps to Reproduce
Run npm install
Expected behavior:
Running git statusconfig.json should not appear in the modified files.
Actual behavior:
Running git statusconfig.json appears in the modified files.