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
11
11
curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
12
12
export PATH=" $HOME /.yarn/bin:$PATH "
13
13
14
+ # Ensure that we have the local dependencies installed
15
+ yarn install
16
+
14
17
echo testing grunt version
15
18
yarn 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 {
35
35
}
36
36
37
37
function build {
38
- source ./init-node.sh
39
38
cd ../..
40
-
39
+ source scripts/jenkins/init-node.sh
41
40
yarn run grunt -- ci-checks package --no-color
42
41
43
42
cd $SCRIPT_DIR
You can’t perform that action at this time.
0 commit comments