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