Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/solidity-frameworks/foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"foundry:test": "yarn workspace @se-2/foundry test",
"foundry:verify": "yarn workspace @se-2/foundry verify",
"generate": "yarn foundry:generate",
"lint": "yarn nextjs:lint && yarn foundry:lint",
"lint": "yarn next:lint && yarn foundry:lint",
"test": "yarn foundry:test",
"verify": "yarn foundry:verify"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ format:

# Lint code
lint:
forge fmt --check && prettier --check ./script/**/*.js
forge fmt --check && prettier --check ./scripts-js/**/*.js

# Verify contracts
verify:
Expand Down