Skip to content

Commit

Permalink
Merge pull request #35 from lpsinger/dynamodb-local-auto-download
Browse files Browse the repository at this point in the history
Let dynamodb-local download DynamoDB jar itself
  • Loading branch information
dakota002 authored Nov 8, 2023
2 parents 4ec63e1 + 21615f8 commit 7c39394
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 143 deletions.
116 changes: 0 additions & 116 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare:husky": "husky install",
"prepare:tsc": "tsc",
"prepare": "run-p prepare:*",
"test": "node setup-dynamodb-local.mjs && jest"
"test": "jest"
},
"engines": {
"node": ">=18"
Expand All @@ -41,7 +41,6 @@
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"dynamodb-local": "^0.0.32",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.0",
Expand All @@ -50,7 +49,6 @@
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"tar": "^6.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
Expand Down
24 changes: 0 additions & 24 deletions setup-dynamodb-local.mjs

This file was deleted.

0 comments on commit 7c39394

Please sign in to comment.