diff --git a/Jenkinsfile b/Jenkinsfile index 488b4ec..2db3246 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } } diff --git a/src/pages/OverviewInfo.vue b/src/pages/OverviewInfo.vue index a684666..dd20f28 100644 --- a/src/pages/OverviewInfo.vue +++ b/src/pages/OverviewInfo.vue @@ -9,7 +9,7 @@

Steam System


-

Access the RES Steam web interface for establishing connections to the game system and viewing some statistics.

+

Access the RSE Steam web interface for establishing connections to the game system and viewing some statistics.

Minecraft Server


-

Access the RES Minecraft Server web interface for interacting with a variety of game utilities and information.

+

Access the RSE Minecraft Server web interface for interacting with a variety of game utilities and information.