File tree Expand file tree Collapse file tree 3 files changed +3209
-808
lines changed
Expand file tree Collapse file tree 3 files changed +3209
-808
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,21 @@ node_js:
55 - " 10"
66cache :
77 yarn : true
8- before_script : ' if [[ "$WEBPACK" != "default" ]]; then yarn add --dev webpack@^ ${WEBPACK}; fi'
8+ before_script : ' if [[ "$WEBPACK" != "default" ]]; then yarn add --dev webpack@${WEBPACK}; fi'
99script : yarn test
1010env :
1111 - WEBPACK=default
12- - WEBPACK=5.0.0-0
13- matrix :
12+ - WEBPACK=^ 5.0.0-0
13+ jobs :
1414 include :
15- - node_js : " lts/*"
15+ - stage : codestyle
16+ node_js : " lts/*"
1617 script : yarn lint
18+ - stage : release
19+ node_js : lts/*
20+ # Advanced: optionally overwrite your default `script` step to skip the tests
21+ script : skip
22+ deploy :
23+ provider : script
24+ skip_cleanup : true
25+ script : yarn semantic-release
Original file line number Diff line number Diff line change 4646 "grunt" : " ^1.2.1" ,
4747 "jest" : " ^26.1.0" ,
4848 "prettier" : " ^2.0.5" ,
49+ "semantic-release" : " ^17.1.1" ,
4950 "webpack" : " ^4.17.1"
5051 },
5152 "dependencies" : {
You can’t perform that action at this time.
0 commit comments