Skip to content

Commit

Permalink
fix: ignore tmp folder in uploading (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsesh authored Jan 19, 2024
1 parent 84ef5b3 commit caca466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ async function handler(args: Arguments<any>) {
await publishFilesToS3({
input: userOutputFolder,
region: storageRegion,
ignore,
ignore: [...ignore, TMP_INPUT_FOLDER, TMP_OUTPUT_FOLDER],
endpoint,
bucket,
prefix,
Expand Down

0 comments on commit caca466

Please sign in to comment.