Merge branch 'develop' into aj/clock-after-func
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
op-ufm/tools/kmstool/main.go
0 → 100644
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
"prepare": "husky install", | "prepare": "husky install", | ||
"release": "npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish", | "release": "npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish", | ||
"release:check": "changeset status --verbose --since=origin/main", | "release:check": "changeset status --verbose --since=origin/main", | ||
"release:publish": "npx nx run-many --target=build && pnpm install && pnpm build && changeset publish", | "release:publish": "pnpm install --frozen-lockfile && npx nx run-many --target=build && pnpm build && changeset publish", | ||
"release:version": "changeset version && pnpm install --lockfile-only", | "release:version": "changeset version && pnpm install --lockfile-only", | ||
"install:foundry": "curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry", | "install:foundry": "curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry", | ||
"update:foundry": "foundryup -C $(cat .foundryrc)" | "update:foundry": "foundryup -C $(cat .foundryrc)" | ||
... | @@ -74,7 +74,6 @@ | ... | @@ -74,7 +74,6 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@changesets/cli": "^2.26.0", | "@changesets/cli": "^2.26.0", | ||
"@codechecks/client": "^0.1.11", | "@codechecks/client": "^0.1.11" | ||
"@ethersproject/abstract-provider": "^5.7.0" | |||
} | } | ||
} | } |
Please register or sign in to comment