Skip to content

Commit

Permalink
maven & npm build improvements related to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 25, 2022
1 parent 1f8f52f commit f439484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gui/admin-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Evolveum midPoint admin-gui module npm project for css/javascript code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "webpack --build --config ./webpack.config.js --progress --profile --bail",
"watch": "webpack --watch --config ./webpack.config.js --progress --profile"
},
"author": "",
"license": "Apache License 2.0 and European Union Public License",
Expand Down
2 changes: 1 addition & 1 deletion gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
<goal>webpack</goal>
</goals>
<configuration>
<arguments>-c ./webpack.config.js</arguments>
<arguments>--config ./webpack.config.js --progress --profile --bail</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f439484

Please sign in to comment.