Skip to content

Commit

Permalink
Skip Yarn linting in quick-build profile (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 19, 2023
1 parent 0d15080 commit cd569bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@
</profile>

<profile>
<!-- a profile that disables as much testing as possible testing whilst still producing the artifacts -->
<!-- a profile that disables as much testing as possible whilst still producing the artifacts -->
<id>quick-build</id>
<properties>
<!-- we can not use maven.test.skip because we may be producing a test jar -->
Expand All @@ -1466,6 +1466,7 @@
<invoker.skip>true</invoker.skip>
<spotless.check.skip>true</spotless.check.skip>
<checkstyle.skip>true</checkstyle.skip>
<yarn.lint.skip>true</yarn.lint.skip>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit cd569bc

Please sign in to comment.