From 8bdc77783ed5b8f7a8ac74f6065c84f59f33b197 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 11 Jan 2019 15:14:13 +0100 Subject: [PATCH] Added npx --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38e51de6..5809aad5 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "test": "run-s test:*", "test:unit": "npx jest", "test-unit:watch": "npx jest -o --watch", - "test-integration": "cypress run", - "test-local": "cypress open", + "test-integration": "npx cypress run", + "test-local": "npx cypress open", "server:beta": "node ./server/index.js --buildType=beta", "server:stable": "node ./server/index.js --buildType=stable" },