refactor: remove unnecessary auth (#4723)
* removed aws auth * updated fetching and package scripts * updated url usage
Showing
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| "i18n:extract": "lingui extract --locale en-US", | "i18n:extract": "lingui extract --locale en-US", | ||
| "i18n:compile": "yarn i18n:extract && lingui compile", | "i18n:compile": "yarn i18n:extract && lingui compile", | ||
| "i18n:pseudo": "lingui extract --locale pseudo && lingui compile", | "i18n:pseudo": "lingui extract --locale pseudo && lingui compile", | ||
| "prepare": "yarn contracts:compile && yarn graphql:generate && yarn i18n:compile", | "prepare": "yarn contracts:compile && yarn graphql:fetch && yarn graphql:generate && yarn i18n:compile", | ||
| "start": "craco start", | "start": "craco start", | ||
| "build": "craco build", | "build": "craco build", | ||
| "serve": "serve build -l 3000", | "serve": "serve build -l 3000", | ||
| ... | @@ -170,7 +170,6 @@ | ... | @@ -170,7 +170,6 @@ |
| "ajv": "^6.12.3", | "ajv": "^6.12.3", | ||
| "array.prototype.flat": "^1.2.4", | "array.prototype.flat": "^1.2.4", | ||
| "array.prototype.flatmap": "^1.2.4", | "array.prototype.flatmap": "^1.2.4", | ||
| "aws4fetch": "^1.0.13", | |||
| "cids": "^1.0.0", | "cids": "^1.0.0", | ||
| "clsx": "^1.1.1", | "clsx": "^1.1.1", | ||
| "copy-to-clipboard": "^3.2.0", | "copy-to-clipboard": "^3.2.0", | ||
| ... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment