Skip to content

Commit

Permalink
ci: fix gas report path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 29, 2024
1 parent c1b5ad2 commit d967134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lsp-smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'",
"package": "hardhat prepare-package",
"test": "hardhat test --no-compile tests/**/*.test.ts",
"test:foundry": "FOUNDRY_PROFILE=lsp_smart_contracts forge test --no-match-test Skip -vvv --gas-report > gasreport.ansi",
"test:foundry": "FOUNDRY_PROFILE=lsp_smart_contracts forge test --no-match-test Skip -vvv --gas-report > ./packages/lsp-smart-contracts/gasreport.ansi",
"test:coverage": "hardhat coverage"
},
"dependencies": {
Expand Down

0 comments on commit d967134

Please sign in to comment.