Skip to content

Commit

Permalink
add forge tests on npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBorisov committed Jun 5, 2024
1 parent d752b0a commit 518f0a0
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 @@ -21,7 +21,7 @@
"homepage": "https://github.com/maticnetwork/v3-contracts#readme",
"scripts": {
"compile": "npx hardhat compile",
"test": "TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --parallel",
"test": "forge test ; TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --parallel",
"test:gas": "TS_NODE_TRANSPILE_ONLY=1 REPORT_GAS=true npx hardhat test",
"test:types": "npx hardhat test --parallel",
"lint:sol": "npx solhint --fix \"contracts/**/*.sol\" && npx prettier -w .",
Expand Down

0 comments on commit 518f0a0

Please sign in to comment.