-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate contract docs with forge
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,12 +72,14 @@ | |
"build": "yarn compile && npx del-cli dist abi && npx tsc || true && npx del-cli './dist/typechain-types/**/*.js' && npx cpx './data/**/*' dist/data && npx cpx './artifacts/contracts/**/*' ./abi && npx del-cli './abi/**/*.dbg.json'", | ||
"compile": "npx hardhat compile --force", | ||
"generate": "yarn compile && ./scripts/generate_go.sh || true && ./scripts/generate_addresses.sh && yarn lint:fix", | ||
"docs": "forge doc", | ||
"lint": "npx eslint . --ext .js,.ts", | ||
"lint:fix": "npx eslint . --ext .js,.ts,.json --fix", | ||
"prepublishOnly": "yarn build", | ||
"test": "yarn compile && npx hardhat test", | ||
"tsc:watch": "npx tsc --watch" | ||
}, | ||
"types": "./dist/lib/index.d.ts", | ||
"version": "0.0.8" | ||
"version": "0.0.8", | ||
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" | ||
} |