This repository was archived by the owner on Jun 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
44
44
45
45
deploy :
46
46
runs-on : macOS-latest
47
+ if : github.event_name == 'push' && github.ref == 'master'
47
48
needs : build
48
49
steps :
49
50
- name : Publish Release and npm Package
50
- if : github.event_name == 'push' && github.ref == 'master' && matrix.node == '12.x'
51
51
run : bash deploy.sh
52
52
env :
53
53
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
60
needs : [build, deploy]
61
61
steps :
62
62
- name : Code Check
63
- if : matrix.node == '12.x'
64
63
run : |
65
64
yarn add -D @codechecks/client @codechecks/build-size-watcher
66
65
yarn codechecks
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-ts" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " TypeScript .ts .tsx module resolver for `eslint-plugin-import`." ,
5
5
"repository" : " git@github.com/rx-ts/eslint-import-resolver-ts.git" ,
6
6
"author" : " Alex Gorbatchev <alex.gorbatchev@gmail.com>" ,
37
37
},
38
38
"dependencies" : {
39
39
"debug" : " ^4.1.1" ,
40
- "eslint-import-resolver-ts" : " link:." ,
41
40
"is-glob" : " ^4.0.1" ,
42
41
"resolve" : " ^1.12.0" ,
43
42
"tiny-glob" : " ^0.2.6" ,
62
61
"@types/unist" : " ^2.0.3" ,
63
62
"dummy.js" : " link:dummy.js" ,
64
63
"eslint" : " ^6.5.1" ,
64
+ "eslint-import-resolver-ts" : " link:." ,
65
65
"husky" : " ^3.0.8" ,
66
66
"lint-staged" : " ^9.4.1" ,
67
67
"npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments