Skip to content

Commit

Permalink
make actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
Aodhgan committed Jul 2, 2021
1 parent d08fd6a commit 136890b
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 @@ -40,7 +40,7 @@
"etherscan-verify": "hardhat etherscan-verify --network",
"test:integration": "FORK_MAINNET=true env-cmd yarn hardhat test --network hardhat",
"test": "yarn hardhat test --network hardhat test/unit_test.js",
"lint": "yarn solhint 'contracts/BadgerYieldSource.sol' && yarn prettier -c './**/*.js'",
"lint": "yarn solhint 'contracts/BadgerYieldSource.sol'",
"format": "yarn prettier --write contracts/*.sol && yarn prettier --write test/*.js && yarn prettier --write scripts/*.js",
"hint": "solhint \"contracts/BadgerYieldSource.sol\"",
"coverage": "hardhat coverage --testfiles \"test/unit_test.js\"",
Expand Down

0 comments on commit 136890b

Please sign in to comment.