Add Checkstyle and Prettier to BFF #65
@ -93,7 +93,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<nodeVersion>v22.13.0</nodeVersion>
|
<nodeVersion>v22.13.0</nodeVersion>
|
||||||
<installDirectory>${project.build.directory}</installDirectory>
|
<installDirectory>${project.build.directory}</installDirectory>
|
||||||
<workingDirectory>${project.basedir}</workingDirectory>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
@ -7,6 +7,8 @@ COPY .mvn/ .mvn/
|
|||||||
COPY pom.xml pom.xml
|
COPY pom.xml pom.xml
|
||||||
COPY checkstyle-configuration.xml checkstyle-configuration.xml
|
COPY checkstyle-configuration.xml checkstyle-configuration.xml
|
||||||
COPY checkstyle-suppressions.xml checkstyle-suppressions.xml
|
COPY checkstyle-suppressions.xml checkstyle-suppressions.xml
|
||||||
|
COPY package.json package.json
|
||||||
|
COPY package-lock.json package-lock.json
|
||||||
|
|
||||||
RUN ./mvnw dependency:go-offline \
|
RUN ./mvnw dependency:go-offline \
|
||||||
--batch-mode \
|
--batch-mode \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user