Skip to content

Commit

Permalink
Add release script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Sep 1, 2020
1 parent 9d8508c commit db94016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"travis-deploy-once": "travis-deploy-once --pro",
"format": "prettier-standard --format '{src,test}/**/!(*.deno).ts' && deno fmt deno_dist/*.ts"
"format": "prettier-standard --format '{src,test}/**/!(*.deno).ts' && deno fmt deno_dist/*.ts",
"release": "np"
},
"lint-staged": {
"{src,test}/**/!(*.deno).ts": [
Expand Down

0 comments on commit db94016

Please sign in to comment.