Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding a 'prepare' script to build when npm installing from git repo #41

Closed
onebytegone opened this issue Mar 21, 2019 · 1 comment

Comments

@onebytegone
Copy link
Contributor

With lambda-express in early development, features and fixes are getting added and need to be tested faster than new versions are being cut. As such, it would be handy to be able to
install lambda-express directly from the git repo. However, due to the build process and needing the dist files, this isn't currently possible using npm i <repo>. Fortunately, a prepare script was added in npm 5. This script is ran when installing from a git repo and can be used to build the needed dist files.

More info: https://blog.jim-nielsen.com/2018/installing-and-building-an-npm-package-from-github/#installing-and-building-packages-with-npm-from-github

jthomerson added a commit that referenced this issue Mar 22, 2019
feat: Add 'prepare' script to build dist on 'npm install' from git repo (#41)
@onebytegone
Copy link
Contributor Author

Closed with #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant