Fixed a typo.

Fixed Jenkinsfile.
This commit is contained in:
Harrison Deng 2022-05-11 17:36:39 -05:00
parent fd87219999
commit 8ee18bbf8d
2 changed files with 6 additions and 5 deletions

7
Jenkinsfile vendored
View File

@ -3,13 +3,14 @@ pipeline {
stages {
stage ("install") {
steps {
nodejs("System") {
sh "npm install"
}
}
}
stage ("build") {
steps {
nodejs("System NodeJS") {
sh "npm install"
nodejs("System") {
sh "npm run build"
}
}

View File

@ -9,7 +9,7 @@
<div class="title">
<h2>Steam System</h2>
<hr>
<p>Access the RES Steam web interface for establishing connections to the game system and viewing some statistics.</p>
<p>Access the RSE Steam web interface for establishing connections to the game system and viewing some statistics.</p>
</div>
</div>
<div
@ -19,7 +19,7 @@
<div class="title">
<h2>Minecraft Server</h2>
<hr>
<p> Access the RES Minecraft Server web interface for interacting with a variety of game utilities and information.</p>
<p> Access the RSE Minecraft Server web interface for interacting with a variety of game utilities and information.</p>
</div>
<router-link
:to="{ name: 'Minecraft Server'}"