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
build command to run webpack build and test sourcemaps
alternative to up that does install all dependencies but doesn't start any app. Convenient to develop integrations against if you need more control over what starts when.
Add more commands to apps so we can use apps to test multiple things and in automated ways.
For example:
testcommand to run Rails and JavaScript tests, for Regularly verify test setups #9 and debuggingbuildcommand to run webpack build and test sourcemapsupthat does install all dependencies but doesn't start any app. Convenient to develop integrations against if you need more control over what starts when.