Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Feb 26, 2022
1 parent 8c230ed commit 0718fce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Node cli for exporting/importing schema, exporting/importing/wiping data of DynamoDB tables",
"main": "cli.js",
"type": "module",
"scripts": {},
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/mifi/dynamodump.git"
Expand All @@ -26,7 +28,6 @@
"url": "http://github.com/ianpogi5"
}
],
"test": "exit 0",
"license": "MIT",
"files": [
"cli.js"
Expand Down

0 comments on commit 0718fce

Please sign in to comment.