Skip to content

Commit cd569bc

Browse files
authored
Skip Yarn linting in quick-build profile (#680)
1 parent 0d15080 commit cd569bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@
14551455
</profile>
14561456

14571457
<profile>
1458-
<!-- a profile that disables as much testing as possible testing whilst still producing the artifacts -->
1458+
<!-- a profile that disables as much testing as possible whilst still producing the artifacts -->
14591459
<id>quick-build</id>
14601460
<properties>
14611461
<!-- we can not use maven.test.skip because we may be producing a test jar -->
@@ -1466,6 +1466,7 @@
14661466
<invoker.skip>true</invoker.skip>
14671467
<spotless.check.skip>true</spotless.check.skip>
14681468
<checkstyle.skip>true</checkstyle.skip>
1469+
<yarn.lint.skip>true</yarn.lint.skip>
14691470
</properties>
14701471
</profile>
14711472
</profiles>

0 commit comments

Comments
 (0)