diff --git a/src/uploader.ts b/src/uploader.ts index e8adcdf..e036fcc 100644 --- a/src/uploader.ts +++ b/src/uploader.ts @@ -26,6 +26,7 @@ export default class Uploader { info( `Deploying ${entry.path} by https://${this.storageEndpoint}/${this.storageName}/${destination}` ); + throw new Error("TEST TEST"); const response = await fetch( `https://${this.storageEndpoint}/${this.storageName}/${destination}`, {