Skip to content

Commit

Permalink
Merge pull request #14 from Abracadabra-money/ci/spell-staking-run-ta…
Browse files Browse the repository at this point in the history
…sk-nonconcurrent

ci: Make SPELL Staking run-task nonconcurrent
  • Loading branch information
0xmDreamy authored Jul 26, 2024
2 parents ae3ecd4 + da2ad05 commit 7af9cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"create-task:velodrome-op-usdc": "hardhat run ./scripts/create-velodrome-op-usdc-task.ts --network anvil",
"create-task:magicape": "hardhat run ./scripts/create-magicape-task.ts --network anvil",
"create-task:xf33d": "hardhat run ./scripts/create-xf33d-task.ts --network anvil",
"run-task:spell-staking": "concurrently --kill-others-on-fail bun:run-task:spell-staking:*",
"run-task:spell-staking": "concurrently --kill-others-on-fail -m 1 bun:run-task:spell-staking:*",
"run-task:spell-staking:mainnet": "hardhat w3f-run spell-staking --logs --network ethereum",
"run-task:spell-staking:avalanche": "hardhat w3f-run spell-staking --logs --network avalanche",
"run-task:spell-staking:arbitrum": "hardhat w3f-run spell-staking --logs --network arbitrum",
Expand Down

0 comments on commit 7af9cf9

Please sign in to comment.