From c894b80a7290c3ecf5aa1c54a9fdce61152aa045 Mon Sep 17 00:00:00 2001 From: Thomas Gran Date: Fri, 8 Dec 2023 09:41:52 +0100 Subject: [PATCH 1/2] refactor: Add "-Dps" as alias for -P prettierSkip --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index d48aa7056a6..f9a7037b8bc 100644 --- a/pom.xml +++ b/pom.xml @@ -966,6 +966,17 @@ prettierSkip + + + + ps + + + From 3e011bdb46b5a3d730713087e322605f5ce75e2f Mon Sep 17 00:00:00 2001 From: Thomas Gran Date: Fri, 8 Dec 2023 10:29:56 +0100 Subject: [PATCH 2/2] Update pom.xml Co-authored-by: Leonard Ehrenfried --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f9a7037b8bc..f670d56cfc3 100644 --- a/pom.xml +++ b/pom.xml @@ -969,7 +969,7 @@