Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan11-dev committed Dec 4, 2024
1 parent b09b213 commit fe24773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ AWS_SECRET_ACCESS_KEY # AWS secret key
"build": {
"publish": {
"provider": "s3",
"bucket": "your-s3-bucket-name"
"bucket": "YOUR_S3_BUCKET_NAME"
}
}
```
Replace "your-s3-bucket-name" with the name of your S3 bucket.
Replace "YOUR_S3_BUCKET_NAME" with the name of your S3 bucket.

2. Add a new script called "package:publish" to the "scripts" section of your "package.json" file:
```json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
],
"publish": {
"provider": "s3",
"bucket": "awesome-app-releases"
"bucket": "YOUR_S3_BUCKET_NAME"
}
},
"collective": {
Expand Down

0 comments on commit fe24773

Please sign in to comment.