diff --git a/Building.md b/Building.md index 2ef2ea8..52a5e85 100644 --- a/Building.md +++ b/Building.md @@ -4,10 +4,10 @@ From the root of the project, do ```bash ./mvnw package ``` -This will build the frontend in dev mode.
+This will build the frontend in dev mode. \ Once done, the jar file will be available in the target directory. -To build the frontend in production mode, it is necesarry to pass an argument to grunt - +To build the frontend in production mode, it is necessary to pass an argument to grunt - ```bash ./mvnw -DgruntArg=prod package ``` \ No newline at end of file