File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @technote-space/github-action-helper" ,
3
- "version" : " 5.2.20 " ,
3
+ "version" : " 5.2.21 " ,
4
4
"description" : " Helper for GitHub Action." ,
5
5
"keywords" : [
6
6
" github" ,
28
28
"scripts" : {
29
29
"build" : " tsc" ,
30
30
"cover" : " jest --coverage" ,
31
+ "postinstall" : " [ -n \" $CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install" ,
31
32
"lint" : " eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache" ,
32
33
"lint:fix" : " eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'" ,
33
- "test" : " yarn lint && yarn cover" ,
34
- "update" : " npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit" ,
35
- "postinstall" : " [ -n \" $CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install" ,
36
34
"prepublishOnly" : " [ -n \" $CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable" ,
37
- "postpublish" : " [ -n \" $CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
35
+ "postpublish" : " [ -n \" $CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable" ,
36
+ "test" : " yarn lint && yarn cover" ,
37
+ "update" : " npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
38
38
},
39
39
"dependencies" : {
40
40
"@actions/core" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments