From 650c98c7815ed899697d7f4c951558665f9a4992 Mon Sep 17 00:00:00 2001 From: "andrew.greene" Date: Fri, 11 Feb 2022 07:56:22 -0700 Subject: [PATCH] Update start options to load flow.json --- docs/code-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code-contribution.md b/docs/code-contribution.md index e8fdba8f9..039f12267 100644 --- a/docs/code-contribution.md +++ b/docs/code-contribution.md @@ -14,6 +14,6 @@ Finally, deleting code often has unintended consequences - you should, at a mini ## Testing code -1. `npm run dev` or `npm start` +1. `npm run dev -- data/flows.json` or `npm start -- data/flows.json` 2. `npm run cy:run` # Runs cypress tests