File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/solidity-frameworks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments