denali-js / cli

The official CLI for starting, building, and running Denali apps and addons
MIT License
5 stars 5 forks source link

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

Closed acburdine closed 7 years ago

acburdine commented 7 years ago

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.