Skip to content

Commit 6399c51

Browse files
feat: update package version
1 parent 1b11fbd commit 6399c51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "5.2.20",
3+
"version": "5.2.21",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -28,13 +28,13 @@
2828
"scripts": {
2929
"build": "tsc",
3030
"cover": "jest --coverage",
31+
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
3132
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
3233
"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",
3634
"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"
3838
},
3939
"dependencies": {
4040
"@actions/core": "^1.5.0",

0 commit comments

Comments
 (0)