From 0d7e4a6401b8aa95a7002544f32599dffab34914 Mon Sep 17 00:00:00 2001 From: Rajat Agrawal Date: Fri, 5 Jan 2024 15:39:24 +0530 Subject: [PATCH] chore: Update doc for skipping tests (#29986) --- CODEOWNERS | 1 - contributions/ServerSetup.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1d3430db57..5daa24c833 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -24,7 +24,6 @@ app/client/tsconfig.path.json @KelvinOm # App viewers pod app/client/src/widgets/* @appsmithorg/app-viewers -app/client/cypress/e2e/Regression/ClientSide/Widgets/* @rajatagrawal app/client/src/components/propertyControls/* @appsmithorg/app-viewers app/client/src/sagas/OneClickBindingSaga.ts @sbalaji1192 app/client/src/WidgetQueryGenerators/* @sbalaji1192 diff --git a/contributions/ServerSetup.md b/contributions/ServerSetup.md index 635bbec044..1b34e18ec8 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -134,7 +134,7 @@ With the prerequisites met, let's build the code. 7. Run the following command to create the final JAR for the Appsmith server: ```console - ./build.sh -DskipTests + ./build.sh -Dmaven.test.skip ``` - This command will create a `dist` folder which contains the final packaged jar along with multiple jars for plugins as well. - If you want to run the tests, you can remove `-DskipTests` flag from the build cmd.