From 57bbbfdbbb855f7c11fae2bb8e5f9126c41996d8 Mon Sep 17 00:00:00 2001 From: Uday Denduluri Date: Tue, 4 Feb 2020 14:02:13 +0000 Subject: [PATCH] replace yarn run with yarn --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6de1ff1ff..9d84e45859 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "node ./dist/rpx-exui/api/server.bundle.js", "build:node": "cd api && yarn build", "build:prod": "ng build --prod", - "start:node": "cd api && yarn run watch", + "start:node": "cd api && yarn watch", "lint:node": "cd api && yarn lint", "test:node": "cd api && yarn test", "coverage:node": "cd api && yarn coverage", @@ -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": "yarn run test:ng && yarn run test:node && yarn run test:smoke && yarn run test:functional && yarn run test:crossbrowser", + "test:all": "yarn test:ng && yarn test:node && yarn test:smoke && yarn test:functional && yarn 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",