Skip to content

Commit 8b2104a

Browse files
committed
fix: next + solidity framework lint scripts
1 parent 6318c91 commit 8b2104a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/solidity-frameworks/foundry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"foundry:test": "yarn workspace @se-2/foundry test",
2323
"foundry:verify": "yarn workspace @se-2/foundry verify",
2424
"generate": "yarn foundry:generate",
25-
"lint": "yarn nextjs:lint && yarn foundry:lint",
25+
"lint": "yarn next:lint && yarn foundry:lint",
2626
"test": "yarn foundry:test",
2727
"verify": "yarn foundry:verify"
2828
}

templates/solidity-frameworks/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
2525
"hardhat:test": "yarn workspace @se-2/hardhat test",
2626
"hardhat:verify": "yarn workspace @se-2/hardhat verify",
27-
"lint": "yarn nextjs:lint && yarn hardhat:lint",
27+
"lint": "yarn next:lint && yarn hardhat:lint",
2828
"test": "yarn hardhat:test",
2929
"verify": "yarn hardhat:verify"
3030
}

0 commit comments

Comments
 (0)