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
I disagree with you on that point, there is two separate actions: npm install which install the dependencies and npm run build which create our bundle of Javascript.
That's exactly the same in python, you have pip install -r requirements and python setup.py install.
This operation must currently be performed by hand. It's actually part of the build/install process.
The text was updated successfully, but these errors were encountered: