Skip to content

Commit 9341597

Browse files
committed
Add start script to be able to start easily with npm start
1 parent 3d2620d commit 9341597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"bin": "./bin/dynamodb-admin.js",
77
"scripts": {
8+
"start": "node bin/dynamodb-admin.js",
89
"test": "jest"
910
},
1011
"repository": {

0 commit comments

Comments
 (0)