Skip to content

Commit

Permalink
Add dummy package script to circom.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 20, 2023
1 parent c16ed35 commit 5f4327b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/circom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"Yush G <aayushg@mit.edu>"
],
"scripts": {
"test": "jest"
"test": "jest",
"package": "echo"
},
"dependencies": {
"commander": "^11.0.0",
Expand Down

0 comments on commit 5f4327b

Please sign in to comment.