File tree 3 files changed +420
-427
lines changed
3 files changed +420
-427
lines changed Original file line number Diff line number Diff line change 55
55
env :
56
56
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57
57
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
58
- GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
59
- GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
60
- GIT_COMMITTER_NAME : ${{ secrets.GIT_COMMITTER_NAME }}
61
- GIT_COMMITTER_EMAIL : ${{ secrets.GIT_COMMITTER_EMAIL }}
58
+ # GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
59
+ # GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
60
+ # GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
61
+ # GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
Original file line number Diff line number Diff line change 19
19
],
20
20
"scripts" : {
21
21
"watch" : " jest --watchAll" ,
22
- "jest" : " jest --coverage" ,
23
22
"lint" : " eslint ./" ,
24
23
"lint:fix" : " eslint --fix ./" ,
25
- "test" : " yarn lint && yarn jest" ,
24
+ "test" : " yarn lint && yarn test:unit" ,
25
+ "test:unit" : " jest --coverage" ,
26
26
"audit:fix" : " npm_config_yes=true npx yarn-audit-fix" ,
27
27
"publish" : " semantic-release"
28
28
},
You can’t perform that action at this time.
0 commit comments