separate out automated command because ubuntu doesnt have the source command

This commit is contained in:
Matthew Griffith 2020-03-12 19:51:17 -04:00
parent 65537d032b
commit 0947c684d7

View File

@ -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": {