diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 737d4a0..3a26b60 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -23,7 +23,7 @@ jobs:
- name: "checking out"
uses: actions/checkout@v2
- name: "Checkout submodules"
- run: git submodule update --init --recursive
+ run: git submodule update --init --recursive
- name: "setting up npm"
uses: actions/setup-node@v2
@@ -44,7 +44,10 @@ jobs:
- name: build
run: npm run ext:build
-
+
+ - name: build-backend
+ run: npm run be:build
+
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
diff --git a/web/pom.xml b/web/pom.xml
index a61be9f..72cd3df 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
- it.geosolutions.mapstore
- mapstore-root
+ it.geosolutions.MapStoreExtension
+ MapStoreExtension-root
1.0-SNAPSHOT
mapstore-web