Skip to content

Commit

Permalink
media-download not media-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 3, 2024
1 parent 5b6e343 commit 82d39d6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"output-handler::start": "AWS_REGION=eu-west-1 STAGE=DEV npm run start --workspace output-handler",
"worker-capacity-manager::build": "npm run build --workspace worker-capacity-manager",
"worker-capacity-manager::start": "AWS_REGION=eu-west-1 STAGE=DEV npm run start --workspace worker-capacity-manager",
"media-downloader::build": "npm run build --workspace media-downloader",
"media-downloader::start": "AWS_REGION=eu-west-1 STAGE=DEV npm run start --workspace media-downloader",
"media-download::build": "npm run build --workspace media-download",
"media-download::start": "AWS_REGION=eu-west-1 STAGE=DEV npm run start --workspace media-download",
"worker::build": "npm run build --workspace worker; npm run build --workspace worker",
"worker::package": "npm run package --workspace worker",
"worker::start": "AWS_REGION=eu-west-1 STAGE=DEV npm run start --workspace worker",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "media-downloader",
"name": "media-download",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 82d39d6

Please sign in to comment.