Skip to content

Commit 9189bf7

Browse files
committed
chore: fix build by installing node and npm prior exeuting jest
Correction for b62c055 commit. Relate to #1484
1 parent b62c055 commit 9189bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scripts/execute-command.sh

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ case ${1:-} in
9292
exec "$MVN" \
9393
--batch-mode \
9494
--activate-profiles frontend \
95+
frontend:install-node-and-npm \
9596
frontend:npm \
9697
-Dfrontend.npm.arguments='test'
9798
;;

0 commit comments

Comments
 (0)