File tree Expand file tree Collapse file tree 3 files changed +420
-427
lines changed Expand file tree Collapse file tree 3 files changed +420
-427
lines changed Original file line number Diff line number Diff line change 5555 env :
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757 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 1919 ],
2020 "scripts" : {
2121 "watch" : " jest --watchAll" ,
22- "jest" : " jest --coverage" ,
2322 "lint" : " eslint ./" ,
2423 "lint:fix" : " eslint --fix ./" ,
25- "test" : " yarn lint && yarn jest" ,
24+ "test" : " yarn lint && yarn test:unit" ,
25+ "test:unit" : " jest --coverage" ,
2626 "audit:fix" : " npm_config_yes=true npx yarn-audit-fix" ,
2727 "publish" : " semantic-release"
2828 },
You can’t perform that action at this time.
0 commit comments