Skip to content

Commit

Permalink
chore: add missing environnement variable in turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 28, 2024
1 parent 0fc6d7b commit bd41894
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"clean": {},
"lint": {
"env": ["CONTRACT_VERIFICATION_TESTNET_PK"]
"env": [
"CONTRACT_VERIFICATION_TESTNET_PK",
"CONTRACT_VERIFICATION_MAINNET_PK"
]
},
"lint:solidity": {},
"package": {},
Expand Down

0 comments on commit bd41894

Please sign in to comment.