File tree Expand file tree Collapse file tree 3 files changed +22
-130
lines changed Expand file tree Collapse file tree 3 files changed +22
-130
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+ on :
3+ push :
4+ branches :
5+ - master
6+
7+ jobs :
8+ release :
9+ name : release
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@master
13+ - uses : actions/setup-node@v1
14+ with :
15+ node-version : " 12.x"
16+ - run : yarn install --pure-lockfile
17+ - run : yarn build
18+ - run : npx semantic-release
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 "lint:fix" : " yarn run lint -- --fix" ,
3838 "pretest:cov" : " yarn run lint" ,
3939 "test:cov" : " jest --coverage" ,
40- "test" : " jest --watch" ,
41- "release" : " standard-version"
42- },
43- "standard-version" : {
44- "scripts" : {
45- "prerelease" : " yarn test:cov"
46- }
40+ "test" : " jest --watch"
4741 },
4842 "dependencies" : {
4943 "tslib" : " ^2.0.1"
6256 "rollup" : " ^2.26.10" ,
6357 "rollup-plugin-sourcemaps" : " ^0.6.2" ,
6458 "rollup-plugin-terser" : " ^7.0.2" ,
65- "standard-version" : " ^9.0.0" ,
6659 "ts-jest" : " ^26.3.0" ,
6760 "tslint" : " ^6.1.3" ,
6861 "typescript" : " ^4.0.2"
You can’t perform that action at this time.
0 commit comments