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 Subject Assistant repo current relies on a manual build process (npm run build). This build (changes to the code in /app) then needs to be committed/merged, before the code is automatically deployed to Github Pages.
We need to change this to an automated process to keep it in line with our other frontend repos.
Without an automated build, it's very easy to forget to run the manual build process, and Dependabot updates in particular don't get deployed.
The text was updated successfully, but these errors were encountered:
DevOps Issue
The Subject Assistant repo current relies on a manual build process (
npm run build
). This build (changes to the code in /app) then needs to be committed/merged, before the code is automatically deployed to Github Pages.We need to change this to an automated process to keep it in line with our other frontend repos.
Without an automated build, it's very easy to forget to run the manual build process, and Dependabot updates in particular don't get deployed.
The text was updated successfully, but these errors were encountered: