This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +6
-8
lines changed
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
21
21
22
22
23
23
# BUILD #
24
- yarn
25
- node_modules/.bin/grunt ci-checks package --no-color
24
+ grunt ci-checks package --no-color
26
25
27
26
mkdir -p test_out
28
27
29
28
# 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
31
30
32
31
# END TO END TESTS #
33
- node_modules/.bin/ grunt test:ci-protractor
32
+ grunt test:ci-protractor
34
33
35
34
# 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
37
36
38
37
# Promises/A+ TESTS #
39
- node_modules/.bin/ grunt test:promises-aplus --no-color
38
+ grunt test:promises-aplus --no-color
40
39
41
40
42
41
# CHECK SIZE #
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ function build {
38
38
source ./init-node.sh
39
39
cd ../..
40
40
41
- yarn
42
- node_modules/.bin/grunt ci-checks package --no-color
41
+ grunt ci-checks package --no-color
43
42
44
43
cd $SCRIPT_DIR
45
44
}
You can’t perform that action at this time.
0 commit comments