File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
- build : engine.io.js
2
+ help : # # print this message
3
+ @grep -E ' ^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | awk ' BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
3
4
4
- engine.io.js :
5
+ build : # # update the browser build ( engine.io.js)
5
6
@./node_modules/.bin/gulp build
6
7
7
- test :
8
+ test : # # run tests either in the browser or in Node.js, based on the `BROWSERS` variable
8
9
@./node_modules/.bin/gulp test
9
10
10
- test-node :
11
+ test-node : # # run tests in Node.js
11
12
@./node_modules/.bin/gulp test-node
12
13
13
- test-zuul :
14
+ test-zuul : # # run tests in the browser
14
15
@./node_modules/.bin/gulp test-zuul
15
16
16
- test-cov :
17
+ test-cov : # # run tests with coverage in Node.js
17
18
@./node_modules/.bin/gulp test-cov
18
19
19
- .PHONY : test build
20
+ .PHONY : help test test-node test-zuul test-cov
You can’t perform that action at this time.
0 commit comments