From 0947c684d711a18e3f0646dec02b0b66323bf245 Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Thu, 12 Mar 2020 19:51:17 -0400 Subject: [PATCH] separate out automated command because ubuntu doesnt have the `source` command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 798f533..0166c18 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "test": "elm-test", "test-render": "node tests-rendering/automation/run.js --chrome", "test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce", + "test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce", "bench": "node benchmarks/runtime/index.js" }, "repository": { @@ -28,4 +29,4 @@ "puppeteer": "^1.18.0", "selenium-webdriver": "^4.0.0-alpha.4" } -} +} \ No newline at end of file