Compare commits

...
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
dist
key: dist-${{ github.run_id }}
- run: |
npx nx run ng2-file-upload:build --prod
npx nx run ng2-file-upload-demo:build
npx nx run ng2-file-upload:build --configuration production
npx nx run ng2-file-upload-demo:build --configuration production
# update release notes in github
update_release_draft:
@@ -31,7 +31,7 @@ export interface FileUploaderOptions {
maxFileSize?: number;
queueLimit?: number;
removeAfterUpload?: boolean;
url: string;
url?: string;
disableMultipart?: boolean;
itemAlias?: string;
authTokenHeader?: string;