npm install
for subsequent
pipelines unless you change package.json
.
color: #fefdfa
to color: #dabdab
will interfere with contrast and readability on your site.
Ultimately reviewers need to check out the change and try it out themselves in
order to determine if it’s ok or not.
How webapp.io solves this problem:
After making their webapp.io configuration, users can add a single
EXPOSE WEBSITE localhost:3000
directive to embed a full-stack preview
environment directly into every pull request.