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 20, 2024
1 parent 1ad9dd8 commit 91ffc25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
15 changes: 0 additions & 15 deletions .github/scripts/website.sh

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/gh-pages.yml

This file was deleted.

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 91ffc25

Please sign in to comment.