Add Checkstyle and Prettier to BFF #65

Merged
stne3960 merged 15 commits from chore/checkstyle into main 2026-01-13 13:17:19 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5478715a0f - Show all commits

View File

@ -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>

View File

@ -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 \