Skip to content

Commit 25cdb78

Browse files
committed
Add a npm script for release
Signed-off-by: moznion <moznion@mail.moznion.net>
1 parent 368e5a7 commit 25cdb78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "tsc",
99
"test": "TS_DYNAMODB_ATTR_TRANSFORMER_LENIENT_TYPE_CHECK=true jest",
1010
"fmt": "find -name '*.ts' -not -path './node_modules/*' | xargs prettier --write",
11-
"lint": "eslint ."
11+
"lint": "eslint .",
12+
"release": "npm run build && npm publish"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)