Skip to content

Commit 825e1b9

Browse files
committed
Update 'make new' cmd to work with the new structure
1 parent a09d9d5 commit 825e1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ new:
1515
| jq '.workspaces += ["$(adapter)"]' \
1616
| tee package.json > /dev/null
1717
cat .github/strategy/adapters.json \
18-
| jq '.adapter += ["$(adapter)"]' \
18+
| jq '.adapters.adapter += ["$(adapter)"]' \
1919
| tee .github/strategy/adapters.json > /dev/null
2020
cat $(adapter)/package.json \
2121
| jq '.name = "@chainlink/$(adapter)-adapter" | .description = "Chainlink $(adapter) adapter." | .keywords += ["$(adapter)"]' \

0 commit comments

Comments
 (0)