We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62c055 commit 9189bf7Copy full SHA for 9189bf7
src/main/scripts/execute-command.sh
@@ -92,6 +92,7 @@ case ${1:-} in
92
exec "$MVN" \
93
--batch-mode \
94
--activate-profiles frontend \
95
+ frontend:install-node-and-npm \
96
frontend:npm \
97
-Dfrontend.npm.arguments='test'
98
;;
0 commit comments