diff --git a/backend/console/pom.xml b/backend/console/pom.xml
index 0bf04270..385e0c9f 100644
--- a/backend/console/pom.xml
+++ b/backend/console/pom.xml
@@ -106,51 +106,51 @@
org.springframework.boot
spring-boot-maven-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ com.github.eirslett
+ frontend-maven-plugin
+
+ ../../frontend/
+
+
+
+ install node and npm
+
+ install-node-and-npm
+
+
+ v${nodejs.version}
+
+
+
+ npm install
+
+ npm
+
+
+ install
+
+
+
+ update caniuse db
+
+ npx
+
+
+ browserslist@latest --update-db
+
+
+
+ npm build
+
+ npm
+
+
+ run build
+
+
+
+
org.apache.maven.plugins
maven-resources-plugin