mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
improve code quality
This commit is contained in:
parent
ec23630755
commit
16cb8e753b
213 changed files with 2409 additions and 2644 deletions
|
|
@ -18,7 +18,8 @@
|
|||
"build": "tsc",
|
||||
"type-check": "tsc --noEmit",
|
||||
"clean": "rm -rf dist",
|
||||
"prepublishOnly": "pnpm build"
|
||||
"prepublishOnly": "pnpm build",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.700.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue