Skip to content

Commit

Permalink
build: include harnesses and mocks in the flatten command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 3, 2024
1 parent 0d6d5e0 commit 72acda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-rfq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "forge fmt && npm run solhint",
"lint:check": "forge fmt --check && npm run solhint:check",
"ci:lint": "npm run lint:check",
"build:go": "./flatten.sh contracts/*.sol test/*.sol",
"build:go": "./flatten.sh contracts/*.sol test/harnesses/*.sol test/mocks/*.sol",
"solhint": "solhint '{contracts,script,test}/**/*.sol' --fix --noPrompt --max-warnings 3",
"solhint:check": "solhint '{contracts,script,test}/**/*.sol' --max-warnings 3"
}
Expand Down

0 comments on commit 72acda2

Please sign in to comment.