Skip to content

Commit

Permalink
chore(contracts): add typedoc script for contracts package
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Mar 19, 2024
1 parent 413ac50 commit 8a1d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "tsc -p tsconfig.build.json",
"postbuild": "cp -r ./artifacts ./build",
"types": "tsc -p tsconfig.json --noEmit",
"docs": "hardhat docgen",
"typedoc": "hardhat docgen",
"test": "hardhat test --network hardhat",
"test:maci": "pnpm run test ./tests/MACI.test.ts",
"test:poll": "pnpm run test ./tests/Poll.test.ts",
Expand Down

0 comments on commit 8a1d99a

Please sign in to comment.