Skip to content

Commit

Permalink
fix: remove trailing chars
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin authored and ctrlc03 committed Dec 12, 2023
1 parent afa6329 commit 3101a60
Show file tree
Hide file tree
Showing 12 changed files with 351 additions and 4,889 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

set -e

# install and build project
# install maci dependencies, bootstrap monorepo and build packages
npm install && npm run bootstrap && npm run build

# run typedoc
npm run typedoc

# run solidity docgen
cd contracts && npm run docs && cd ../
cd contracts && npm run docs

# fix typedoc links and add solidity natspec index toc
cd website && npm install && npm run build
# fix links in the website and build again
cd ../website && npm run build
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ CHANGELOG.md
.eslintignore
circuits/ts/verifier_groth16.sol
website/.docusaurus/
website/src/pages/solidity-docs/index.md
2 changes: 1 addition & 1 deletion circuits/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3101a60

Please sign in to comment.