chore: Update doc for skipping tests (#29986)
This commit is contained in:
parent
0e99c8908e
commit
0d7e4a6401
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user