We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368e5a7 commit 25cdb78Copy full SHA for 25cdb78
package.json
@@ -8,7 +8,8 @@
8
"build": "tsc",
9
"test": "TS_DYNAMODB_ATTR_TRANSFORMER_LENIENT_TYPE_CHECK=true jest",
10
"fmt": "find -name '*.ts' -not -path './node_modules/*' | xargs prettier --write",
11
- "lint": "eslint ."
+ "lint": "eslint .",
12
+ "release": "npm run build && npm publish"
13
},
14
"repository": {
15
"type": "git",
0 commit comments