-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(contracts): improve whistleblowing contract docs (#18)
* docs(contracts): improve whistleblowing contract docs * Update packages/contracts/contracts/SemaphoreWhistleblowing.sol Co-authored-by: Cedoor <[email protected]> --------- Co-authored-by: Cedoor <[email protected]>
- Loading branch information
1 parent
020a902
commit 95f15e6
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "yarn build:libraries && yarn compile:libraries", | ||
"build": "yarn build:libraries && yarn compile:contracts", | ||
"build:libraries": "yarn workspaces foreach -A --no-private run build", | ||
"compile:contracts": "yarn workspace contract-extensions compile", | ||
"test": "yarn test:libraries && yarn test:contracts && yarn test:circuits", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters