File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ build :
7
+
8
+ runs-on : ubuntu-latest
9
+
10
+ steps :
11
+ - uses : actions/checkout@v1
12
+ - name : build
13
+ run : |
14
+ npm install
15
+ npm run test
16
+ npm run build
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- " 8"
4
- before_install :
5
- - npm install -g grunt-cli
6
4
after_success : grunt coveralls
Original file line number Diff line number Diff line change 27
27
"foodoc" : " ^0.0.9" ,
28
28
"grunt" : " ^1.0.2" ,
29
29
"grunt-banner" : " ^0.6.0" ,
30
+ "grunt-cli" : " ^1.3.2" ,
30
31
"grunt-contrib-clean" : " ^1.0.0" ,
31
32
"grunt-contrib-concat" : " ^1.0.0" ,
32
33
"grunt-contrib-connect" : " ^1.0.0" ,
69
70
"url" : " https://github.com/mistic100/jQuery-QueryBuilder/issues"
70
71
},
71
72
"scripts" : {
73
+ "build" : " grunt" ,
72
74
"serve" : " grunt serve" ,
73
75
"test" : " grunt test"
74
76
}
You can’t perform that action at this time.
0 commit comments