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 c174b25 commit 5cfc1e7Copy full SHA for 5cfc1e7
package.json
@@ -4,7 +4,7 @@
4
"author": "iExec",
5
"license": "Apache-2.0",
6
"scripts": {
7
- "prepare": "if [ \"$1\" == \"true\" ]; then echo 'Skipping husky install in CI'; else echo 'husky install' && husky; 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