Skip to content

Commit

Permalink
npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
udaydenduluri33 committed Feb 4, 2020
1 parent e9468dd commit 391e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 391e983

Please sign in to comment.