{% extends 'layout.html' %} {% block pageTitle %} Updating the kit - HS2 prototype kit {% endblock %} {% block beforeContent %} {% include "how-tos/includes/breadcrumb.html" %} {% endblock %} {% block content %}
If you have made any changes outside the app folder, this process will destroy those changes. We will try and improve the update process to avoid this, but in the meantime you will need to make a note of your changes outside app, and add them back after updating.
If you've made any changes to the config.js file in your prototype then you'll need to re-enter them in the new version of the file e.g. the service name.
npm install
.WARN
about some items - this is ok. As long as there are no ERRORs
you can continue.
npm run watch
.If you have any problems, ask a developer on your team (if you have one), or email us.
{% include "how-tos/includes/back-button.html" %}