We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d99128 commit bfe1942Copy full SHA for bfe1942
package.json
@@ -4,7 +4,7 @@
4
"author": "iExec",
5
"license": "Apache-2.0",
6
"scripts": {
7
- "prepare": "if [ \"$CI\" != \"true\" ]; then echo 'not in CI' && husky; else echo 'IN CI'; fi",
+ "prepare": "if [ \"$CI\" != \"true\" ]; then husky; fi",
8
"codegen": "graph codegen subgraph.template.yaml",
9
"test": "npm run codegen && graph test",
10
"test-docker": "npm run codegen && docker run -it --rm -v $(pwd):/matchstick/subgraph rainprotocol/matchstick:main",
0 commit comments