Skip to content

Commit

Permalink
chore: update pub script
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Aug 1, 2022
1 parent 5ca5914 commit 13c397a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"pub:major": "npm version major",
"pub:minor": "npm version minor",
"pub:patch": "npm version patch",
"pubafter": "git push --follow-tags",
"postpub": "git push --follow-tags",
"coverage": "nyc npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
Expand Down Expand Up @@ -89,4 +89,4 @@
"json-schema": "^0.4.0",
"minimist": "^1.2.6"
}
}
}

0 comments on commit 13c397a

Please sign in to comment.