From e451f8f6f336a22ebc12a76456379493f7b41a34 Mon Sep 17 00:00:00 2001 From: Gerson Sunye Date: Fri, 20 Nov 2020 10:03:47 +0100 Subject: [PATCH] Correct bug in pom.xml: Node compilation is executed before its installation --- not-alone-web/pom.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/not-alone-web/pom.xml b/not-alone-web/pom.xml index 5d1aad5..ebcfdb7 100644 --- a/not-alone-web/pom.xml +++ b/not-alone-web/pom.xml @@ -1,7 +1,7 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> not-alone fr.univnantes.alma @@ -21,7 +21,7 @@ ./ v14.11.0 - 6.14.8 + 7.0.10 @@ -29,12 +29,17 @@ install-node-and-npm + generate-resources npm install npm + + install + + generate-resources npm run build @@ -46,11 +51,11 @@ - code geneation - generate-sources - - npm - + code generation + compile + + npm + run codegen -- GitLab