Skip to content
Snippets Groups Projects
Unverified Commit 80f6b948 authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Try switching order

parent bd308a39
No related branches found
No related tags found
1 merge request!66Testcafe testing base
Pipeline #101871 failed
......@@ -16,7 +16,7 @@
"test-e2e:peer1": "testcafe firefox:headless __e2e_tests__/peer1.e2e.js",
"test-e2e:peer2": "testcafe firefox:headless __e2e_tests__/peer2.e2e.js",
"test-e2e": "run-p test-e2e:*",
"test-e2e-start": "run-p -r test-e2e start",
"test-e2e-start": "run-p -r start test-e2e",
"lint": "jshint .",
"validate": "npm ls"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment