Skip to content

Commit

Permalink
feat: remove all remaining yarn commmands
Browse files Browse the repository at this point in the history
  • Loading branch information
leosayous21 committed Jul 16, 2023
1 parent 7344642 commit 50ba757
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 @@ -5,7 +5,7 @@
"scripts": {
"chain": "anvil --fork-url https://gateway.tenderly.co/public/polygon-mumbai --chain-id 5151111",
"dev": "cd front; npm run dev",
"deploy-local": "yarn deploy-airdrop && yarn generate-abi",
"deploy-local": "npm run deploy-airdrop && npm run generate-abi",
"generate-abi": "front/script/generate-abi.sh",
"deploy-airdrop": "forge script DeployAirdrop --rpc-url http://localhost:8545 -vv --mnemonics 'test test test test test test test test test test test junk' --sender '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' --broadcast",
"test": "forge test --fork-url https://gateway.tenderly.co/public/polygon-mumbai",
Expand Down

0 comments on commit 50ba757

Please sign in to comment.