Skip to content

Commit

Permalink
Add a npm script for release
Browse files Browse the repository at this point in the history
Signed-off-by: moznion <moznion@mail.moznion.net>
  • Loading branch information
moznion committed Oct 16, 2022
1 parent 368e5a7 commit 25cdb78
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 @@ -8,7 +8,8 @@
"build": "tsc",
"test": "TS_DYNAMODB_ATTR_TRANSFORMER_LENIENT_TYPE_CHECK=true jest",
"fmt": "find -name '*.ts' -not -path './node_modules/*' | xargs prettier --write",
"lint": "eslint ."
"lint": "eslint .",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 25cdb78

Please sign in to comment.