Skip to content

Commit 82562d2

Browse files
committed
Add scripts to package
1 parent ed8fb40 commit 82562d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"lint": "eslint src/github-custom-global-navigation.user.js",
77
"clean": "eslint --fix src/github-custom-global-navigation.user.js",
88
"fix": "npm run clean && git add src/github-custom-global-navigation.user.js",
9-
"prepare": "husky install"
9+
"prepare": "husky install",
10+
"update-version": "bash helpers/update-version.sh",
11+
"release": "bash helpers/release.sh"
1012
},
1113
"repository": {
1214
"type": "git",

0 commit comments

Comments
 (0)