File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,21 @@ rm -f angular.js.size
2121
2222
2323# BUILD #
24- yarn
25- node_modules/.bin/grunt ci-checks package --no-color
24+ grunt ci-checks package --no-color
2625
2726mkdir -p test_out
2827
2928# UNIT TESTS #
30- node_modules/.bin/ grunt test:unit --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
29+ grunt test:unit --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
3130
3231# END TO END TESTS #
33- node_modules/.bin/ grunt test:ci-protractor
32+ grunt test:ci-protractor
3433
3534# DOCS APP TESTS #
36- node_modules/.bin/ grunt test:docs --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
35+ grunt test:docs --browsers=" $BROWSERS " --reporters=dots,junit --no-colors --no-color
3736
3837# Promises/A+ TESTS #
39- node_modules/.bin/ grunt test:promises-aplus --no-color
38+ grunt test:promises-aplus --no-color
4039
4140
4241# CHECK SIZE #
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ function build {
3838 source ./init-node.sh
3939 cd ../..
4040
41- yarn
42- node_modules/.bin/grunt ci-checks package --no-color
41+ grunt ci-checks package --no-color
4342
4443 cd $SCRIPT_DIR
4544}
You can’t perform that action at this time.
0 commit comments