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

Add yarn.lock to list of files to copy into dist folder #13

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

acburdine
Copy link
Member

This may not necessarily affect addons, but it would probably be a good idea to do this for apps built in production.

Using this, you can add an app's dist folder to a dockerfile or whatever service will be running the production app, and then run yarn install --prod to avoid needing to install dev dependencies.

@davewasmer davewasmer merged commit ec736dd into denali-js:master Mar 20, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants