Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4c5afb5

Browse files
chore(jenkins): ensure deps are installed before trying to use them
1 parent f0dc288 commit 4c5afb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/jenkins/init-node.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rm -rf ~/.yarn
1111
curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
1212
export PATH="$HOME/.yarn/bin:$PATH"
1313

14+
# Ensure that we have the local dependencies installed
15+
yarn install
16+
1417
echo testing grunt version
1518
yarn run grunt -- --version
16-
17-
# Ensure that we have the local dependencies installed
18-
yarn install

0 commit comments

Comments
 (0)