mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-17 00:00:20 +08:00
update readme during npm version runs
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint index.js settings.js",
|
||||
"test": "eslint index.js settings.js && jest --coverage"
|
||||
"test": "eslint index.js settings.js && jest --coverage",
|
||||
"version": "./update-readme.sh",
|
||||
"postversion": "git tag --delete v$npm_new_version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user