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
Add a check-bundles command in util/ that will go through a specified (or each) bundle's package.json looking for a ranvierDeps property and verify that those bundles have been installed.
The install-bundle should be updated to allow for the #branch part of a url.
I don't want to go into a whole situation of package locking or any of that insanity. Just warn if they're not installed and suggest installing with install-bundle
The text was updated successfully, but these errors were encountered:
Add a
check-bundles
command inutil/
that will go through a specified (or each) bundle'spackage.json
looking for aranvierDeps
property and verify that those bundles have been installed.the
ranvierDeps
config should look like this:The
install-bundle
should be updated to allow for the#branch
part of a url.I don't want to go into a whole situation of package locking or any of that insanity. Just warn if they're not installed and suggest installing with
install-bundle
The text was updated successfully, but these errors were encountered: