Skip to content

Commit

Permalink
feat: add pnpm genMaciKeyPair script (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordshashank authored Jan 8, 2025
1 parent 73ab2a7 commit 71d9d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"test": "lerna run test --ignore maci-integrationtests --ignore maci-cli",
"types": "lerna run types",
"docs": "lerna run docs",
"prepare": "is-ci || husky"
"prepare": "is-ci || husky",
"genMaciKeyPair": "node packages/cli/build/ts/index.js genMaciKeyPair"
},
"author": "PSE",
"devDependencies": {
Expand Down

0 comments on commit 71d9d9b

Please sign in to comment.