Skip to content

Commit

Permalink
add cli packaging of report viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Aug 21, 2024
1 parent b7bd4df commit 0748bbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion report-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ npm run dev

### Compile and build
There are different ways to build the report-viewer.

The report viewer will be build and packaged with the cli in a jar file if build with the `with-report-viewer` profile:
```
mvn -Pwith-report-viewer clean package assembly:single
```

To build it in the standard way, without any base url, run:
```
npm run build
Expand All @@ -32,7 +38,6 @@ To build the demo version run:
npm run build:demo
```
Similar to the production build, this build will have `demo` as its base url.
<br />


## Contrubuting
Expand Down

0 comments on commit 0748bbe

Please sign in to comment.