Skip to content

Commit b1718ec

Browse files
authored
fix: lint script for next + foundry, folder typo (#212)
1 parent e399485 commit b1718ec

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/foundry/packages/foundry/Makefile.template.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ format:
7878
7979
# Lint code
8080
lint:
81-
forge fmt --check && prettier --check ./script/**/*.js
81+
forge fmt --check && prettier --check ./scripts-js/**/*.js
8282
8383
# Verify contracts
8484
verify:

0 commit comments

Comments
 (0)