Skip to content

Commit b9219a1

Browse files
fix: case sensitive value
1 parent 2812d3e commit b9219a1

File tree

4 files changed

+1193
-2922
lines changed

4 files changed

+1193
-2922
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
3434
"package:watch": "npm run package -- --watch",
3535
"test": "npx jest",
36-
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
36+
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package",
37+
"findLambdas": "ts-node script/findLambdas.ts"
3738
},
3839
"license": "MIT",
3940
"jest": {
@@ -89,6 +90,7 @@
8990
"prettier": "^3.3.0",
9091
"prettier-eslint": "^16.3.0",
9192
"ts-jest": "^29.1.4",
93+
"ts-node": "^10.9.2",
9294
"typescript": "^5.4.5"
9395
}
9496
}

0 commit comments

Comments
 (0)