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 Aug 13, 2021. It is now read-only.
This is more a personal todo:
For Sane Stack I need a simple option to not actually run the npm-install and immediately return, an options to have a 'dry-run', which just saves the packages to the package.json without actually installing them, as well as prefixing something to the npm install command so it can be run in docker containers. That would be docker-compose run server for example.
Have the functionality for this locally in my code right now - will move that to enpeem with time :)