We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dc288 commit 4c5afb5Copy full SHA for 4c5afb5
scripts/jenkins/init-node.sh
@@ -11,8 +11,8 @@ rm -rf ~/.yarn
11
curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
12
export PATH="$HOME/.yarn/bin:$PATH"
13
14
+# Ensure that we have the local dependencies installed
15
+yarn install
16
+
17
echo testing grunt version
18
yarn run grunt -- --version
-
-# Ensure that we have the local dependencies installed
-yarn install
0 commit comments