Skip to content

Commit

Permalink
chore(repo): fix e2e for npm@7
Browse files Browse the repository at this point in the history
  • Loading branch information
bekos authored and vsavkin committed Apr 4, 2021
1 parent b785843 commit aaa049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ export function getPackageManagerCommand({
createWorkspace: `npx create-nx-workspace@${process.env.PUBLISHED_VERSION}`,
runNx: `npm run nx${scriptsPrependNodePathFlag} --`,
runNxSilent: `npm run nx --silent${scriptsPrependNodePathFlag} --`,
addDev: `npm install -D`,
addDev: `npm install --legacy-peer-deps -D`,
list: 'npm ls --depth 10',
},
yarn: {
Expand Down

0 comments on commit aaa049f

Please sign in to comment.