Skip to content

Commit

Permalink
Merge pull request #3230 from OlympusDAO/develop
Browse files Browse the repository at this point in the history
[Release] - Cooler Metrics Dashboard Improvements
  • Loading branch information
brightiron authored Oct 23, 2024
2 parents 9180c30 + 31dff6a commit 5c2eb37
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 319 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"typechain:build": "yarn run typechain --target ethers-v5 --out-dir src/typechain src/abi/*.json src/abi/**/*.json",
"postinstall": "yarn typechain:build",
"prepare": "husky install",
"codegen:bundle": "redocly bundle https://raw.githubusercontent.com/OlympusDAO/cooler-loans-api/main/openapi/openapi.yml -o tmp/openapi.yaml",
"codegen:bundle": "redocly bundle https://raw.githubusercontent.com/OlympusDAO/cooler-loans-api/main/apps/get/openapi/openapi.yml -o tmp/openapi.yaml",
"codegen": "yarn codegen:bundle && orval && yarn lint:fix"
},
"resolutions": {
Expand All @@ -179,5 +179,11 @@
"prettier --write"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"engines": {
"node": ">=18",
"npm": "please-use-yarn",
"pnpm": "please-use-yarn",
"yarn": ">=1.22.0 <2.0.0"
}
}
Loading

0 comments on commit 5c2eb37

Please sign in to comment.