We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09d9d5 commit 825e1b9Copy full SHA for 825e1b9
Makefile
@@ -15,7 +15,7 @@ new:
15
| jq '.workspaces += ["$(adapter)"]' \
16
| tee package.json > /dev/null
17
cat .github/strategy/adapters.json \
18
- | jq '.adapter += ["$(adapter)"]' \
+ | jq '.adapters.adapter += ["$(adapter)"]' \
19
| tee .github/strategy/adapters.json > /dev/null
20
cat $(adapter)/package.json \
21
| jq '.name = "@chainlink/$(adapter)-adapter" | .description = "Chainlink $(adapter) adapter." | .keywords += ["$(adapter)"]' \
0 commit comments