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
the PR previews take a very long to build because we have to build the entire database. let's not do that. let's just use the staging db.
we do something like this for chicago councilmatic, where the release script checks if we are in the production environment and conditionally runs commands. We could and should also check if we are in the staging environment.
The text was updated successfully, but these errors were encountered:
the PR previews take a very long to build because we have to build the entire database. let's not do that. let's just use the staging db.
we do something like this for chicago councilmatic, where the release script checks if we are in the production environment and conditionally runs commands. We could and should also check if we are in the staging environment.
The text was updated successfully, but these errors were encountered: