Skip to content

Commit

Permalink
set prepare back to husky no impact
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Dec 13, 2024
1 parent e0efce4 commit 697376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "iExec",
"license": "Apache-2.0",
"scripts": {
"prepare": "if [ \"$CI\" != \"true\" ]; then husky; fi",
"prepare": "husky",
"codegen": "graph codegen subgraph.template.yaml",
"test": "npm run codegen && graph test",
"test-docker": "npm run codegen && docker run -it --rm -v $(pwd):/matchstick/subgraph rainprotocol/matchstick:main",
Expand Down

0 comments on commit 697376e

Please sign in to comment.