File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ rm -rf ~/.yarn
1111curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
1212export PATH=" $HOME /.yarn/bin:$PATH "
1313
14+ # Ensure that we have the local dependencies installed
15+ yarn install
16+
1417echo testing grunt version
1518yarn run grunt -- --version
16-
17- # Ensure that we have the local dependencies installed
18- yarn install
Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ function init {
3535}
3636
3737function build {
38- source ./init-node.sh
3938 cd ../..
40-
39+ source scripts/jenkins/init-node.sh
4140 yarn run grunt -- ci-checks package --no-color
4241
4342 cd $SCRIPT_DIR
You can’t perform that action at this time.
0 commit comments