This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ rm -f angular.js.size
21
21
22
22
23
23
# BUILD #
24
- yarn run grunt ci-checks package --no-color
24
+ yarn grunt ci-checks package --no-color
25
25
26
26
mkdir -p test_out
27
27
28
28
# UNIT TESTS #
29
- yarn run grunt test:unit --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
29
+ yarn grunt test:unit --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
30
30
31
31
# END TO END TESTS #
32
- yarn run grunt test:ci-protractor
32
+ yarn grunt test:ci-protractor
33
33
34
34
# DOCS APP TESTS #
35
- yarn run grunt test:docs --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
35
+ yarn grunt test:docs --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
36
36
37
37
# Promises/A+ TESTS #
38
- yarn run grunt test:promises-aplus --no-color
38
+ yarn grunt test:promises-aplus --no-color
39
39
40
40
41
41
# CHECK SIZE #
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export PATH="$HOME/.yarn/bin:$PATH"
15
15
yarn install
16
16
17
17
echo testing grunt version
18
- yarn run grunt --version
18
+ yarn grunt --version
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function init {
37
37
function build {
38
38
cd ../..
39
39
source scripts/jenkins/init-node.sh
40
- yarn run grunt ci-checks package --no-color
40
+ yarn grunt ci-checks package --no-color
41
41
42
42
cd $SCRIPT_DIR
43
43
}
You can’t perform that action at this time.
0 commit comments