Skip to content

Commit

Permalink
feat: add pnpm genMaciKeyPair script
Browse files Browse the repository at this point in the history
  • Loading branch information
lordshashank committed Jan 8, 2025
1 parent 73ab2a7 commit fe38e5a
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 fe38e5a

Please sign in to comment.