Skip to content

Commit d68fcb5

Browse files
authored
Update buildspec.yml
1 parent 3106266 commit d68fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ artifacts:
1818
post_build:
1919
commands:
2020
- echo Uploading build folder to S3...
21-
- aws s3 cp ./build/ s3://deploymentbuid/npm/build/ --recursive # Upload to S3
21+
- aws s3 cp ./build/ s3://deploymentbuild/npm/build/ --recursive # Upload to S3

0 commit comments

Comments
 (0)