You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: justfile
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -154,4 +154,8 @@ actionlint:
154
154
155
155
# Serve MDBook locally
156
156
book:
157
-
cd book && mdbook serve -p 9999
157
+
cd book && mdbook serve -p 9999
158
+
159
+
# Reload framework CLI for local development
160
+
reload-cli:
161
+
cd framework/cmd && go get github.com/smartcontractkit/chainlink-testing-framework/framework/cmd && go install github.com/smartcontractkit/chainlink-testing-framework/framework/cmd && mv ~/go/bin/cmd ~/go/bin/ctf
0 commit comments