azimuth-watcher-ts/lerna.json
Nabarun 8ab8f8e261
All checks were successful
Publish azimuth-watcher docker image on release / Run docker build and publish (release) Successful in 5m10s
Upgrade watcher-ts packages for handling network error (#6)
Part of https://plan.wireit.in/deepstack/browse/VUL-271/ and milestone 6 (Testnet)

Reviewed-on: #6
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-11-13 08:42:43 +00:00

9 lines
111 B
JSON

{
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "0.2.0",
"npmClient": "yarn"
}