Skip to content

Commit 7b80253

Browse files
committed
chore: fix build by installing jest prior executing JS tests
See also: https://docs.npmjs.com/cli/v6/commands/npm-install-ci-test Correction for 9189bf7 commit. Relate to #1484
1 parent d8c5a93 commit 7b80253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/execute-command.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ case ${1:-} in
9494
--activate-profiles frontend \
9595
frontend:install-node-and-npm \
9696
frontend:npm \
97-
-Dfrontend.npm.arguments='test'
97+
-Dfrontend.npm.arguments='install-ci-test'
9898
;;
9999
'pmd')
100100
exec "$MVN" \

0 commit comments

Comments
 (0)