Skip to content

Commit 697376e

Browse files
committed
set prepare back to husky no impact
1 parent e0efce4 commit 697376e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "iExec",
55
"license": "Apache-2.0",
66
"scripts": {
7-
"prepare": "if [ \"$CI\" != \"true\" ]; then husky; fi",
7+
"prepare": "husky",
88
"codegen": "graph codegen subgraph.template.yaml",
99
"test": "npm run codegen && graph test",
1010
"test-docker": "npm run codegen && docker run -it --rm -v $(pwd):/matchstick/subgraph rainprotocol/matchstick:main",

0 commit comments

Comments
 (0)