Skip to content

Commit

Permalink
Merge pull request #1319 from privacy-scaling-explorations/chore/vercel
Browse files Browse the repository at this point in the history
chore(contracts): add typedoc script for contracts package
  • Loading branch information
0xmad authored Mar 20, 2024
2 parents 1ad9dd8 + 43459a0 commit 9ad1edd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 61 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 cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:timeTravel": "ts-mocha --exit tests/unit/timeTravel.test.ts",
"test:fundWallet": "ts-mocha --exit tests/unit/fundWallet.test.ts",
"test:utils": "ts-mocha --exit tests/unit/utils.test.ts",
"typedoc": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
"docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:utils": "ts-mocha --exit ts/__tests__/utils.test.ts",
"test:poll": "ts-mocha --exit ts/__tests__/Poll.test.ts",
"test": "nyc ts-mocha --exit ts/__tests__/*.test.ts",
"typedoc": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
"docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
},
"dependencies": {
"maci-crypto": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:accQueue": "ts-mocha --exit ts/__tests__/AccQueue.test.ts",
"test:utils": "ts-mocha --exit ts/__tests__/Utils.test.ts",
"test:imt": "ts-mocha --exit ts/__tests__/IMT.test.ts",
"typedoc": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
"docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
},
"dependencies": {
"@zk-kit/baby-jubjub": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tsc -p tsconfig.build.json",
"types": "tsc -p tsconfig.json --noEmit",
"test": "nyc ts-mocha --exit ts/__tests__/**.test.ts",
"typedoc": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
"docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:integration": "lerna run test --scope \"maci-integrationtests\"",
"test": "lerna run test --ignore maci-integrationtests --ignore maci-cli",
"types": "lerna run types",
"typedoc": "lerna run typedoc",
"docs": "lerna run docs",
"prepare": "is-ci || husky"
},
"author": "PSE",
Expand Down

0 comments on commit 9ad1edd

Please sign in to comment.