From 391e98365bcd380feefd3cec50de701f942de677 Mon Sep 17 00:00:00 2001 From: Uday Denduluri Date: Tue, 4 Feb 2020 14:01:07 +0000 Subject: [PATCH] npm to yarn --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b14da841f..c6de1ff1ff 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test:coverage:node": "cd api && yarn coverage", "test:coverage:ng": "yarn test:ng --source-map --code-coverage", "test:a11y": "echo 'not implemented'", - "test:all": "npm run test:ng && npm run test:node && npm run test:smoke && npm run test:functional && npm run test:crossbrowser", + "test:all": "yarn run test:ng && yarn run test:node && yarn run test:smoke && yarn run test:functional && yarn run test:crossbrowser", "test:smoke": "sh whitelist.sh", "test:smoke:local": "webdriver-manager update --versions.chrome 2.40 && protractor ./test/e2e/config/smoke.conf.js --local", "test:functional": "sh whitelist.sh",