Skip to content

Commit

Permalink
feat(repo): add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-devatom committed Dec 17, 2024
1 parent 3def1b6 commit 018fefa
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 @@ -14,7 +14,8 @@
"lint": "eslint --ext .ts .",
"lint:fix": "yarn lint --fix",
"format": "prettier .",
"format:fix": "yarn format -w"
"format:fix": "yarn format -w",
"postinstall": "yarn codegen"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.55.0",
Expand Down

0 comments on commit 018fefa

Please sign in to comment.