chore: Update doc for skipping tests (#29986)

This commit is contained in:
Rajat Agrawal 2024-01-05 15:39:24 +05:30 committed by GitHub
parent 0e99c8908e
commit 0d7e4a6401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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.