From 8a1d99ab613a0e43c2e9bfefafd33bb24adf3538 Mon Sep 17 00:00:00 2001 From: 0xmad <0xmad@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:06:45 -0500 Subject: [PATCH] chore(contracts): add typedoc script for contracts package --- contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/package.json b/contracts/package.json index f5da3518a4..34c88518ca 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -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",