Skip to content

Commit a296df7

Browse files
committed
chore: only run unit tests with yarn test
Signed-off-by: Tomás Migone <[email protected]>
1 parent 6e59d7e commit a296df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:sol:natspec": "natspec-smells --config natspec-smells.config.js",
2020
"clean": "rm -rf build dist cache cache_forge typechain-types",
2121
"build": "BUILD_RUN=true hardhat compile",
22-
"test": "forge test && hardhat test",
22+
"test": "forge test",
2323
"test:deployment": "SECURE_ACCOUNTS_DISABLE_PROVIDER=true hardhat test"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)