Skip to content

Commit

Permalink
Merge pull request #3 from grandream-inc/rename_sync_to_s3sync
Browse files Browse the repository at this point in the history
rename sync to s3sync
  • Loading branch information
k1LoW authored Mar 18, 2019
2 parents 988192f + 4aef753 commit bbc0fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"deploy": "sls deploy -v",
"remove": "sls remove",
"sync": "sls sync",
"sync": "sls s3sync",
"test": "nyc ava -v",
"lint": "eslint ."
},
Expand Down

0 comments on commit bbc0fff

Please sign in to comment.