Commit Number Not Updating?
-
Hi Everyone,
Just recently updated to the latest commit and noticed the commit number in XOA hasn't changed:
If I go to about I see the below:
I thought my script may have just failed so I reran it but I'm on the (as of writing) current commit:
Any ideas, is this just broken? I restarted the service manually just to be sure.
-
@AlexQuorum This can happen if
xo-web
hasn't had a commit since the last time you ran the build process. I believe that this has been discussed previously on the forum, so you may want to search for the prior discussions.You can also try running the command
yarn run turbo run build --filter xo-web
to forcibly rebuild that particular module. -
@Danp I just tried doing the web package but it's not made any difference it's not a big deal as I know the actual packages are getting updated but just something I noticed and wanted to share. Makes sense if no commits to the XO-WEB service have been made as you say.
-
@AlexQuorum You may want to try the command again, this time adding
--force
to it. -
@Danp Sorry for the delay, in the end I waited for a nother commit to come out and update to it, once I'd done so the issue was fixed. Thanks for your help either way.